score:2
One way is to simply create the chart again when you want the animation to start.
I'm not an expert on Reveal.js, but it looks like you have an event when a slide is changed which you could use to redraw your chart to animate it:
Reveal.addEventListener( 'slidechanged', function( event ) {
redrawChart();
} );
Source: stackoverflow.com
Related Query
- Highcharts with reveal.js: Refresh chart with slide?
- Highcharts cloud issue with data source when duplicating chart
- Reload chart data via JSON with Highcharts
- Highcharts - how to have a chart with dynamic height?
- dealing with highcharts bar chart with really long category names
- Highcharts scatter chart with a name per point
- Highcharts / jQuery - destroy and rebuild chart with original options
- Highcharts : Chart with drilldown how to obtain click event of drill up button
- Highcharts export chart exportSettings with svg file
- Highcharts - best way to handle and display zero (or negative) values in a line chart series with logarithmic Y axis
- Highcharts chart with 'datetime' xAxis - use categories on drilldown
- Highcharts Column chart with drilldown, remove hyperlink like formatting from x-axis labels
- exporting highcharts polar chart to PDF with phantomjs
- Highcharts - Scatter chart with a line connecting the dots in the series
- Highcharts blank chart with x and y axis
- Resize a chart before printing with Highcharts
- Add dynamic data to line chart from mysql database with highcharts
- Add onclick event on chart made with the highcharts library
- Highcharts connecting scatter chart and pie chart with single legend
- Highcharts 3.0, area chart with stacked and unstacked series - how to fix?
- Highcharts - Global configuration with common code and unique data & Headings
- Highcharts - Column/bar chart with target lines
- creating a bar chart using Highcharts with React - getting an error that rendering div isn't found
- Show more data on Gauge chart with Highcharts
- Highcharts Grouped Column Chart with Multiple Groups?
- Timeline chart with highcharts using x-range with multiple stacks
- Using Trellis Chart with Stacked Columns in Highcharts
- Grouping Legends in Pie Chart with Highcharts
- Highcharts - Getting a 3d effect with selected pie chart slices
- Highcharts - Area Chart - Stacking with series containing negative and positive values
More Query from same tag
- How to rotate javascript highchart line graph -90 degree without affecting the data values
- Highcharts - legend titles rotation is not working fine in IE10
- How to fix Highchart Sparkline tooltip not showing
- Highstock/Highchart substep maximum?
- How to add radio button in highchart legend symbol
- Drilldown multiple levels and multiple type Highchart
- HighCharts dont get value
- Having Several Units on Highcharts Spiderweb
- Highcharts - hide dataLabels leaders
- Need Y Axis values to be Shown as bar
- How to Click on Highchart Elements During Automation
- HighCharts full width issue
- Highstock: Plot name labels
- Highstock csv date issue
- Highcharts - JSON series data not showing correctly
- Highstock charts error: this.labelBBox is undefined line 30
- Yii2 - Connect to database inside Controller Action
- I'd like to use several Highcharts using different data but same options
- Producing image by running highcharts-convert.js on phantomjs
- Highcharts: click events for heatmaps
- Highcharts graph should start entirely to the left and end entirely to the right
- jQuery - HighCharts Labels outside Series (Bar Chart)
- show highcharts node text on top if the text is to long
- HighCharts: How to draw a straight line in multiple axes like plotLines with fixed X-axis with different values
- Highcharts Dynamic Column color based on data comparison
- Behavior of multiple HighCharts on single page when removing one div
- Highchart showing indicator at last point for line chart
- How to avoid empty spaces when adding scatter series to candlestick chart?
- How to remove category label margins of highchart?
- Highcharts bar with non-stacked percent series