highcharts-vue
highcharts-vue copied to clipboard
I am using Nuxt. When I try to set global options like this: ``` import Vue from 'vue' import Highcharts from 'highcharts' import HighchartsVue from 'highcharts-vue' Highcharts.setOptions({ // options here...
Hi, The new version of vue 3 and highchart-vue gives error, since in my application i am not using webpack. Uncaught TypeError: Cannot read property 'version' of undefined at Module....
So when the data is added every second Highstocks start having a 'moving window'. But can we set this moving window to something different than 5 seconds? Here is the...
Hello, i tried using the module with vue 3 but it doesn't seem to work, i am on the latest version (1.3.5 from npm), tried both local and global registration...
First, thanks for the wrapper and the hard work. Second, i have a few thoughts that might be issues or not and here they are common requirements - using with...
This PR suggests a much simpler implementation for registering additional Highcharts features, such as exporting, mapChart, and stockChart. Prior to this PR, the developer had to register the feature like...
Hi, I already submitted the PR #137 which helps describes the suggestion and provides the suggested solution. I hope you like it. I find it allows for less code and...
would be cool to be able to use slots to construct tooltip when using `tooltip.useHTML == true` with the parameters of https://api.highcharts.com/class-reference/Highcharts#.TooltipFormatterCallbackFunction passed like so ```vue ${instance.x} : ● ${data.series.name}...
As far as I can see, there is no type for the component itself, only for the options sent into the component. This type is necessary if you have a...
Hi, I updated the dependencies on my project and webpack now fails since highcharts 11.2.0. If I pin down highcharts to 11.1.0, my project builds correctly. I see in the...