highcharts / highcharts-vue

Other
686 stars 150 forks source link

what is the constructorType for histogram?? #174

Closed hemanth-sp closed 3 years ago

hemanth-sp commented 3 years ago
<highcharts
      :constructorType="'histogramBellcurveChart'"
      id="container"
      class="chart"
      :options="chartOptions"
      ref="chart"
    />

'histogramBellcurveChart' constructor-type is incorrect. Sometimes this error is caused by the fact, that the corresponding module wasn't imported.

hemanth-sp commented 3 years ago

sorry constructorType doesn't require, it is required only for the stock and map