superman66 / vue-highcharts

The Component of Vue 2.x for highcharts
https://codesandbox.io/s/jjyqvv0k13
MIT License
115 stars 48 forks source link

Can't use "highcharts-more"! How to use it? nothing works #53

Open SwitchQ opened 4 years ago

SwitchQ commented 4 years ago

I'm trying to create a "xrange" graph and I am getting an error of missing module. So I'm trying to use the Highcharts-More and I am still getting errors no matter how I am trying to use it.

I tried to do like in the demo and still doesn't work. <vuecharts :options="chartOptions" :highcharts="Highcharts" ref="chart"></vuecharts>

import Highcharts from 'highcharts'
import { Chart } from 'highcharts-vue'

import More from 'highcharts/highcharts-more'
More(Highcharts)
components: {
      vuecharts: Chart
 },

Any suggestions??? Any guide to how to do it?

carrejoe3 commented 3 years ago

Did you get this to work in the end?