Skip to content

stockChart is not a function

Will Hawker edited this page Oct 28, 2018 · 1 revision

Uncaught TypeError: stockChart is not a function

You are probably importing Highcharts rather than Highstock. Change you Highcharts import to...

import Highcharts from 'highcharts/highstock';
Clone this wiki locally