Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nodeName not found #270

Open
yuan8 opened this issue Dec 16, 2024 · 1 comment
Open

nodeName not found #270

yuan8 opened this issue Dec 16, 2024 · 1 comment

Comments

@yuan8
Copy link

yuan8 commented Dec 16, 2024

i try install Highcharts-vue on quasar framework.
and register to boot

{
    "@quasar/extras": "^1.16.4",
    "axios": "^1.2.1",
    "highcharts-vue": "^2.0.1",
    "pinia": "^2.0.11",
    "quasar": "^2.6.0",
    "vue": "^3.0.0",
    "vue-router": "^4.0.0"
  }
import { boot } from 'quasar/wrappers';
import HighchartsVue from 'highcharts-vue';
export default boot(({ app }) => {
  app.use(HighchartsVue);
});

and call component on view page like example
<highcharts :options="chartOptions" :callback="someFunction">
Screenshot 2024-12-16 at 12 33 58

@muddinkhan
Copy link

We have been using Highcharts-vue with Quasar framework and had no issues, we too have used the same approach by registering Highcharts in boot file and it was working seamlessly.

However, we have recently encountered the same problem. As this is having a serious impact on our application, could you please provide a solution as soon as possible and let us know when this issue will be resolved?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants