score:2
Accepted answer
it was because of the highcharts animation when the bars are initialized.
actually i had the animation disabled in the chart configuration, like:
$('#container').highcharts({
chart: {
type: 'bar',
animation: false
},
but this seems not to be enough. the animation must be disabled explicitly for the chart type:
plotoptions: {
bar: {
animation: false,
enablemousetracking: false
}
}
Source: stackoverflow.com
Related Query
- Highcharts missing bars when running through PhantomJS
- Highcharts bars are half missing after drillup
- Highcharts too slow when plotting 4000 bars (rCharts)
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- Highcharts stock chart - Technical Indicators - Stock price is missing in the tooltip when selecting the 'All' range
- Adding round corners to Highcharts Bar Chart with stacked bars when value is 0
- Highcharts with angularjs: smooth transition of bars when updating values
- how to continue the graph line when missing series of data in middle of highcharts
- Missing points in HighCharts when applying event to exported button
- What's the code in Highcharts such that the bars (columns) in the same group use the same color?
- highcharts missing x axis labels when stacking two charts
- Highcharts version 6 dynamic annotations not applied when running getSVG()
- Highcharts - Change value of text box when drilling down through chart
- Highcharts numericSymbols when rendered server-side with Phantomjs
- scrollable highchart works in JS but has issues when running through Angular HighCharts?
- Highcharts displaying white space for bars when all values are zero
- highcharts 5.0.14 phantomjs issue with missing axis titles in exported image
- Highcharts cloud issue with data source when duplicating chart
- HighCharts Adding a Back Button when data is set through point.events.click
- line shown in bold when exporting Highcharts with Phantomjs
- Bars does not show up when loading JSON encoded data from PHP in Highcharts
- Error with PhantomJS when installing Highcharts export server on Azure VM (Ubuntu 20.04)
- Highcharts not defined when loading map data through requirejs
- HighCharts - When I download csv, can I switch data source to new one?
- Highcharts displays series names but missing data points from json source
- Dynamically changing Highcharts Theme through Jquery code not working
- Highcharts export : button is missing when website on IIS server
- How can I get access to a Highcharts chart through a DOM-Container?
- How to make highcharts default to 0 for missing data
- Highcharts => Getting the id of a point when clicking on a line chart
More Query from same tag
- Disable all UI events on highcharts
- Highcharts error #13: www.highcharts.com/errors/13 how to solve this error
- Pass a textfield value from php to javascript
- How to avoid cropped data labels in highcharts
- Get Id after addpoint in highchart
- highchart How can I get width parent element for calculated x max in xAxis
- How to create a single series bar graph with Highcharts
- Use images in Highcharts as xAxis labels
- Highcharts reversed line chart is partially hidden at min value
- Velocity Template and Java String
- how to display data-point like 0-10,10-20..etc on xAxis in hichart
- Javascript string as closure function
- Highchart hide series element with xAxis
- Highcharts - Line chart mark selected Point
- How to suppress the bullet point and series name in Highmaps' tooltip?
- How i can get the 2 decimal places?
- High Charts Range Selector
- how can we set different colors to highcharts-default-patterns?
- identify yAxis tick interval
- Highcharts does not work with wicked_pdf
- Highcharts setExtremes() does not display the correct interval for one day
- Modify length of Highcharts sankey-diagram connection line
- Highcharts column tooltip - always on top + fit the container
- Chart series point added not sync with X axis
- High Chart sunburst chart start data from inner level
- Highcharts will not render if element in series data is empty
- Use Node.js as data source for highcharts
- Highchart Scrollbar position
- after using for loop all my column graphs are plotted in single color i need each bar in different color in highcharts
- How to handle mouse events on axis labels in highcharts