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
- Highcharts export stops working after first export
- High charts: Set Each Bar In a Multi-Series Bar Graphs To a Different Color
- Export stack of plots in highcharts
- Question on Highcharts SVG element create / destroy using Highcharts.SVGRenderer
- How to cut off the line in highcharts between two pointI
- Highcharts Data Not Showing on Ajax Call
- Get base64 image from public highchart export server
- highcharts get all of the minimum points of the chart
- Adding space between Navigation bar and legend in pie chart(highcharts)
- splitSeries error with packedbubble in Angular
- PHP JSON Highcharts load database result
- highcharts reset zoom button
- Highcharts - How to remove drilldown link on empty items?
- keeping highcharts stacked columns borderWdith but removing stacking gap
- Highchart bar chart: X-Axis label is cut off even when there is space between chart and label
- how to add value to the label in xAxis tooltipe?
- Highcharts - Changing color of text if not enough room on bar graph
- how to use the total property in highcharts point
- How to display only last data point on highcharts?
- How to convert datetime string to UTC to plot points on Highcharts
- JSON format for Highcharts line and bar graph
- Need Y Axis values to be Shown as bar
- Highchart column animation when adding new column
- How can I convert datetime stamp in jQuery of a Highchart to get the correct format in json?
- Convert Culture.DateTimeFormat to HighChart's xDateFormat string
- Unable to format JSON from WCF for HighCharts?
- Highcharts: Getting x-axis to display legend
- getJSON function is not executing
- Set highcharts y-axis min value to 0, unless there is negative data
- jQuery detach() v/s remove() v/s hide()