score:1
The data does not correspond to the category by its name, but by its array index.
So, with your categories array, the x value for "RNV-A" would be 0. "RNV-B" would be 1, "RNV-C" would be 2, and so on.
score:1
1) categories - You can use label formatter and check if it is number, http://api.highcharts.com/highstock#xAxis.labels.formatter
2) X value cannot be a string, it needs to be number. In case when you would like to have datetime type of chart, you can use pointStart / pointInterval, and then set tickInterval on xAxis (time in miliseconds)
Source: stackoverflow.com
Related Articles
- How can I have both years and string-formatted x-axes in two charts in HighCharts?
- Highcharts pie charts can have url links
- How to populate a Highcharts axis with string formatted data from a PHP array
- Use of DotNet HighCharts dll to make charts in code behind
- Highcharts synchronized charts with multiple axes datasets
- Highcharts grouped bar charts with multiple axes
- Highcharts - Cross browser charts have different Y axis ranges, how can I ensure consistency?
- Highcharts - How do I keep both line points in from splitting between the two bar charts
- How to have legends in Pie charts as data labels in HighCharts
- HTML table as data source for highstock charts using highcharts
- Synchronized HighCharts does not work when charts have different width
- How to have multiple highcharts with different series data in vuejs without repeating code
- Highcharts stacked column charts ( Parse json string for series)
- Why code of Horizonal line(y-axis) on a single in Highcharts get applied to all other charts integrated with Webdatarocks
- Highcharts - how to have a chart with dynamic height?
- Maximum bar width in Highcharts column charts
- Highcharts - Hidden charts don't get re-size properly
- Highcharts charts don't resize properly on window resize
- How replicate the value of Y Axis on both sides of the axis in Highcharts
- How can I force multiple y-axis in Highcharts to have a common zero
- Highcharts Error #16: charts not showing on the same page
- Highcharts does not resize charts inside tabs
- Adding thousands separator for custom formatted highcharts tooltip
- Highcharts Pie charts get the selected pie id
- Extend highcharts renderer symbols to have plus sign
- How to set a static minimum value for axes in Highcharts
- How to convert datetime string to UTC to plot points on Highcharts
- How to convert datetime string to UTC to plot points on Highcharts
- Does Highcharts have a "trend line" feature?
- Enable or disable data labels shown in pie charts in Highcharts on click of a button
- Display legend items in two columns highcharts
- Highcharts pie chart outer circle
- adding labels exactly above x-axis categories in highcharts
- Highcharts graph not displaying on safari and internet explorer for PC and iPhone
- How draw plot lines on a solid gauge charts
- How to make two charts using highchart show up in the same line side by side using div
- How to show correctly ticks to time data in a Pie chart label using highcharts?
- How to center title vertically in HighCharts pie/donut chart?
- Highcharts - how to put bubble chart in straight line?
- Highcharts Dynamic Chart with MySQL Data doesn't reload
- High Charts stack column from json object
- Highmaps: How do you change the name of a state
- How to provide dynamic hover color in highmaps?
- How to dynamically invoke a highcharts menu item function?
- Highchart live data gauge
- Java Script Custom High Chart method
- Highchart js Area chart Tooltip bug
- Highchart connector custom style
- Data not populating in d3
- How can I let some Categories have a drilldown and others not?