score:2
Accepted answer
The problem is in dataGrouping, when disabled works fine: http://jsfiddle.net/34tfg/1/
DataGrouping is method in Highcharts to approximate points and display them when width of the chart is not enough, e.g. how to display 10 000points in a chart of width 1 000px -> 10 points in a one pixel..? And when dataGrouping is used, new points are created, so all your custom options like 'names' etc. are lost (at least not accessible).
Code:
plotOptions: {
line: {
dataGrouping: {
enabled: false
},
turboThreshold: 10000
}
},
Source: stackoverflow.com
Related Articles
- Strange tooltip behavior with long series in highcharts
- Strange behavior with highcharts when using "column" type and multiple datetime series
- Highcharts shared tooltip between charts with multiple series and shared tooltip
- Highcharts datetime axis overlap with a long time series
- Highcharts synchronize tooltip on multiple charts with multiple series
- Highcharts series name with '<' not rendered in tooltip
- Highcharts series visibility with csv data source
- Highcharts tooltip format different with series
- How to have multiple highcharts with different series data in vuejs without repeating code
- Issue with tooltip on Highcharts with multiple series added dynamically
- dealing with highcharts bar chart with really long category names
- Weird character in front of Highcharts tooltip series names
- Highcharts doesn't display series with lots of data points
- Display tooltip for invisible series in Highcharts
- Highcharts data series issue with ajax/json and PHP
- How To Use Epoch Time With Highcharts Series Data?
- Highcharts series update with animation
- Highcharts - How to hide series name and Y value in tooltip
- Add a gap between the second and third series in a Highcharts column plot with four series displayed
- Highcharts - best way to handle and display zero (or negative) values in a line chart series with logarithmic Y axis
- Highcharts buggy with more than 999 items in series data?
- Adding a series dynamically with HighCharts Stock Charts
- Highcharts with JSON data and multiple series
- Highcharts - Scatter chart with a line connecting the dots in the series
- Highcharts shared tooltip for line series and scatter plot not working
- How to hide one series data info in tooltip using highcharts
- Highcharts 3.0, area chart with stacked and unstacked series - how to fix?
- Highcharts - Global configuration with common code and unique data & Headings
- Highcharts add tooltip that has a small arrow pointing toward the series
- Highcharts load data with ajax to populate the tooltip
- I'm trying to create a timeseries chart having stacked columns in HighCharts
- HighCharts: Tooltip for customized drawing
- Set navigator min zoom
- Pre-creating chart objects based on templates
- Possibilities/advise for creating a grid-like Dashboard with graphs (highcharts)?
- Highchart renders differently for height on first click
- Exporting Highcharts all data
- Removing highcharts.com credits link
- Fixing the decimals on y axis to 5 places
- In highcharts's stacked bar chart, how can I remove the white space between different
- Calculating percentage value for each serie in highcharts
- Highcharts - Why is column so narrow on datetime axis?
- Highcharts polygon with no fill
- Highcharts: Add plotlines based on enabled series
- How to point the range(dataClasses) for 2nd index in data using highcharts?
- Highchart crashing with multiple Y axis
- Highcharts how to use js object in PHP widget
- Show total graph in a particular time: Highcharts, Javascript
- PhoneGap and Highcharts
- Highchart show results without comma for individual line