score:1
Accepted answer
Data grouping is a feature exclusive to Highstock.
First, you need to import Highstock instead of Highcharts:
import Highcharts from 'highcharts/highstock';
and second, define constructorType
for the component:
<HighchartsReact
...
constructorType="stockChart"
/>
Source: stackoverflow.com
Related Query
- Why .html() doesn't work with SVG selectors using jquery ?
- Strange character in the Highstock source code
- Why does my Highchart look different when I transfer my code from Jsfiddle to my server?
- Why dynamically updated data in highstock seems not work properly
- Highcharts doesnt work on pagination next page
- I had follow someone code samples and try apply to my HighChart program but I can't get it work at all
- Datalables alignment doesnt work in Highchart Timeline
- phantomJS/highcharts: why 'height' not work
- Converted PHP code that built an array to JS and now highcharts doesn't work - what did I do wrong?
- Why doesn't dataGrouping.units work here?
- why foreach doesn't work inside my highchart and when i splet the array it works?
- Why code of Horizonal line(y-axis) on a single in Highcharts get applied to all other charts integrated with Webdatarocks
- Highcharts: why do the point events not work here?
- why my highchart code is not working?
- Highstocks tooltip doesnt work when chart is small?
- highcharts datetime type doesnt work in bootstrap 4 column
- Why can't my code access this variable?
- Highcharts code with same set of code/data works in PHP but does not work in JSfiddle
- Highchart.js pass array doesnt work
- Why are Bootstrap tabs displaying tab-pane divs with incorrect widths when using highcharts?
- Highcharts area fillOpacity do not work when changing the color
- How to get rangeSelector to work with HighCharts
- Using html2canvas to render a highcharts chart to pdf doesn't work on IE and Firefox
- Optimize JavaScript DrillDown code
- Highcharts: How to set dataGrouping
- I can't make Highcharts phantomJs export server work
- highchart dateTimeLabelFormats don't work
- Highcharts does not work with wicked_pdf
- Why does HighCharts reverse the order of my series?
- Why ReactHighcharts SolidGauge's rounded is not working in react
More Query from same tag
- Highstock line chart xAxis datetime being sampled down
- Highcharts live data, json ajax
- Display multiple data points at once : Highcharts
- Highcharts not displaying series pushed from JSON
- limit Highcharts x-Axis grouped categories and labels style
- Sunburst chart in angular
- Adding thousands separator for custom formatted highcharts tooltip
- react-highcharts Y-axis categories catch event click in react way
- Change HighCharts axis title
- Highmaps display correctly mappoints but not maplines
- Highcharts Bubble Chart - How to move an individual point's data label (dataLabel) to the front/top
- Show how many elements every X time with HighCharts
- Pie Chart for Data on Different Things with HighChart
- Display tooltips exact format outside, into another div
- Highcharts sticky labels for big values goes out of chart
- dotnet highcharts in MVC app: displays the only value, but must many
- Highstock 1.3 afterSetExtremes throttling
- How to change exporting filename in highcharts
- Highcharts Bar Chart - How to set the minimum bar width/length
- Not able to getting highcharts legend label in order
- How to hide "showInLegend" of Highcharts in angular 8.1?
- How to connect null values with dotted lines in highcharts
- How do I change the style of the inner part enclosed by the lines(polar) chart created with highcharts?
- tooltip error only when highstock's point num > 10, why?
- Returning correctly formatted json response for use in highcharts with Laravel
- Only changing series that are visible in Highcharts.js
- Navigation arrows for Stock Tools
- Highcharts tooltips break line
- highcharts not working properly
- Show / Hide plotband in Highcharts - Javascript