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 Query
- How to modiffy Highchart size with slide effect
- How to create a new Highstock chart with new Highchart and not jquery?
- How to display highchart y axis with constistant data
- How to align HTML span at center of highchart donut graph with responsive design?
- how to assign date time to highchart with intervals and date start
- How to grab correct highchart number in selectors using Selenium Webdriver with Python with several charts on the page?
- how to pass datalabels along with data to show it in tooltip in highchart
- How to create a highchart with 3 different series categories name
- How to read and insert correct highchart number in selectors using Selenium Webdriver with Python?
- How to use highchart 3d with angular 5?
- how to create simple schedule chart with highchart
- How to create chart with highchart in which bar doesn't start from 0 in y axis?
- How to get drop shadow effect in Highchart JS?
- How to add value of y-axis under the x-axis labels in highchart with given dataset
- How do I move the title-label of a polar (spider) graph with HighChart 4?
- How to push data into highchart with just one decimal place?
- How do I overlay a Highchart with a SVG graphic?
- Highchart : How to plot Stacked bar graph with line by below JSON respons
- How to populate a Highchart graph with Angular
- how do i redraw only the Highchart with new API that depends on my Select Option Parameter?
- How do I create a columnrange highchart with a point object (consisting of one x and two y values)?
- How to change font size of chart title in downloaded pdf with jspdf
- How to redraw highchart series with json data value?
- How to implement Highchart in AngularJS.i was trouble with implementation highchart in angular
- how to display highchart graphic with data defined in html table?
- How to plot multiple lines in a single graph using HighChart with JSON
- How to make the highchart fully occupied with the div that had set?
- How to plot incomplete series with highchart
- How to have multiple highcharts with different series data in vuejs without repeating code
- How to make pie chart with data border radius in highchart
More Query from same tag
- Hightlight x-axis label in Highcharts
- Manually Triggering drillup event, highcharts
- HighCharts - Selection Event keep the selection marked in graph
- Save Highchart directly to specific path
- Add multiple data points to a series
- Highcharts, trying to regulate maximum height of chart columns NOT including Axes
- Display text inside pie chart
- How to customize view data table functionality in Highcharts
- change highchart data using radio buttons
- How to prevent column overlap in Highcharts
- How to change chart's width to fill up div using angular2-highcharts when hide/open left side nav menu?
- How to draw Balanced yAix in HighCharts?
- Exporting highchart to server w/ phantomjs & highcharts-convert
- How to add text via chart.renderer.text in Highcharts?
- How to add a plotline to a bar chart in Highcharts?
- Highcarts - Have datetime xaxis start on certain month
- Change xAxis and yAxis title of drilldown chart after entering into second series
- How to add point to the beginning of series, Highcharts
- High Charts export-server not rending legend LabelFormatter
- Highstock line chart series processedYData is wrong
- Invalid argument line 80 in highcharts.js
- Returning JSON file with cURL to use data in a HighCharts stock chart
- How to include strings in series data to pull for tooltip point formatting?
- How to render the missing data series and fix the dates on the x-axis in Highcharts?
- In a Highcharts heatmap is it possible for a data point to be ignored for the color scale?
- if statement in Highcharts
- Change highlight behavior in Highcharts
- How To Get Data From Database To Highcharts Plugin in cakephp
- Graph not rendering series correctly using angular 4
- Interpolate or use a variable inside a string in javascript