superman66 / vue-highcharts

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

Use newest version of HighCharts #11

Closed mikkelrom closed 7 years ago

mikkelrom commented 7 years ago

It looks like the versions of Vue and HighCharts are locked to this:

  "dependencies": {
    "highcharts": "^5.0.7",
    "vue": "^2.1.0"
  },

Is this correct, if yes - how do I use different/newest versions?

mikkelrom commented 7 years ago

I can now see that this has nothing to do with the version that's actually imported and used :) Sorry