highcharts-vue icon indicating copy to clipboard operation
highcharts-vue copied to clipboard

Results 21 highcharts-vue issues
Sort by recently updated
recently updated
newest added

highcharts-vue.d.ts imports several types that Vue3 no longer exports. See https://github.com/vuejs/core/issues/1370 ``` node_modules/highcharts-vue/types/highcharts-vue.d.ts:1:23 - error TS2305: Module '"vue"' has no exported member 'PropOptions'. 1 import _Vue, { VNode, PropOptions, WatchOptionsWithHandler,...

Bug

We are using Vue 3 on our project. I was really glad, that this package completely compatible with Vue 3. But I faced with strange issue: looks like `watch` of...

Pending reply

As a solution for this [issue](https://github.com/highcharts/highcharts-vue/issues/216)

Hi! Awesome project, I love the work done and I find the documentation good as well :) I am having some problems rendering the chart below in a Vue3 project....

Pending reply

We are using HC along with Vue2 and highcharts-vue wrapper for quite some time now and it works fairly well. But when I try to have deeper control over what's...

Hi, it is related to issue https://github.com/highcharts/highcharts/issues/11553 My comment about the issue, i hope it helps to resolve the error. https://github.com/highcharts/highcharts/issues/11553#issuecomment-1125602415

It's more efficient to use only `Series.setData()` when only series data has changed, so need to think about the way of verifying what was changed in series, and if it's...

enhancement

My Vue App has hot module reloading. And I have a custom behavior on `load` event: ``` events: { load: (function(self) { return function() { self.charts = [...self.charts, this]; };...

feature request

I have multiple issues with using HC in Vue but the one for this issue deals with changing the data for the chart by modifying chart options which is bound...

Pending reply

In Highcharts we can use a responsive array as part of our chart options to control the behavior of the chart under certain conditions (maxWidth, for example.). However, it seems...

Pending reply