Questions tagged [vue2-highcharts]

4 questions
2
votes
1 answer

Vue2-Highcharts setOptions Lang

I'm trying to do a standard translation for highcharts with Vue2, but I'm having difficulty because I can not access the setOptions option. I do not find much documentation of vue2 with Highcharts, so I'm having some difficulties working with it, if…
2
votes
1 answer

Highcharts chart keep increasing its height on browser resize

I have a couple of Highcharts charts on my web application. It's a Laravel and Vue.js application (built on the top of Laravel Spark). I am using Highcharts 6.1.1 and vue2-highcharts (uperman66/vue-highcharts). When I resize the width of the…
Debiprasad
  • 5,895
  • 16
  • 67
  • 95
1
vote
0 answers

Cannot append to JS object in HighCharts callback, in Vue

I am using Vue 3.9.3, along with highcharts-vue 1.3.5 . I am trying to put into an object each highchart, as it loads, so then I have access to any chart I want like myCharts.aChart or myCharts.anotherChart, so I can easily do…
codebot
  • 517
  • 8
  • 29
  • 55
0
votes
1 answer

Highchart in js does not work in Vue.js

I have a highchart in a html file which works fine. When I moved that to vue.js project it does not work. the code in html file is as below Chart
Mohammad Taherian
  • 1,622
  • 1
  • 15
  • 34