score:2
Accepted answer
Looks like you need to use the step option of .animate()
$('#resize').click(function(){
$('#first').animate({
width : '100%'
},{
duration: 600,
step: function() {
$('#first').highcharts().reflow();
}
});
$('#second').animate({
width : 'toggle',
opacity : 'toggle'
}, 600).queue(function(){
$('#first').highcharts().reflow();
});
});
Source: stackoverflow.com
Related Articles
- How to modiffy Highchart size with slide effect
- creating highchart with ajax json data
- How to create a new Highstock chart with new Highchart and not jquery?
- Highchart Area Range chart with gradient that follows the line
- Change color of bars depending on value in Highchart bar-chart with MVC3
- set a symbol marker with highchart
- Plot Highchart Gauge with JSON Data
- HighChart Heatmap with JSON data
- How to display highchart y axis with constistant data
- Export HighChart as an image in excel file together with the other page contents
- Highchart data series filled with different colors
- (kendoUI chart) Possible to reflow its size with a resizing window?
- body click issue with highchart library
- Highcharts: StockChart initialization with new Highchart
- Highchart axis max with multiple axes
- last label in x axis with datetime format not coming in highchart
- Setting variable column size in bar highchart (Rshiny)
- time data with irregular intervals in HighChart
- How to align HTML span at center of highchart donut graph with responsive design?
- highchart with numberformat (unit)
- Highcharts - Global configuration with common code and unique data & Headings
- how to assign date time to highchart with intervals and date start
- "display: none" with highcharts - incorrect size
- Showing multiple data with same x and y in highchart
- Create highchart density with more than 2 groups
- Highcharts - Getting a 3d effect with selected pie chart slices
- Several Series with the same xAxis data in HighChart
- Highchart Zoom and X-Axis with String Array for Categories
- Waterfall Highchart to start some of the columns in between the series with 0 y-axis
- Adding data to a highchart chart using an array with IDs
- Generating random data at 1 minute intervals: Highcharts
- PHP in Javascript for PhantomJS + Highcharts
- how to display charts/graphs based on user specific data
- Different ToolTip text For Links and Nodes in Highcharts Sankey Charts
- Highstock chart - selecting '1 month' button in rangeSelector not changing button style as selected
- HighCharts: How to include text event to the left of chart when exporting
- Highcharts: Plot the errorbars behind the datapoints
- Highcharts plotBands do not work with setExtremes function
- HighCharts Date Formatting
- Exporting highcharts data to CSV file
- How to get continuous graphs in Highstock (beta release)
- Highcharts / HighStock gapUnit breaks navigator
- Color coutries/continents with own custom colors in highmaps
- Create Line in Highcharts with start and end point
- How to give hyperlink in HTML 5 Chart in iReport
- Highchart heatmap: select all cells on click of button or checkbox
- highcharts x-axis not showing with series of just one value
- jquery calling highcharts generating error 17
- I tried to add colors to X-Axis labels without success
- How to match columns height with spline in Highcharts