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

networkgraph : Error #17 #87

Closed
ghost opened this issue Jun 20, 2019 · 3 comments
Closed

networkgraph : Error #17 #87

ghost opened this issue Jun 20, 2019 · 3 comments

Comments

@ghost
Copy link

ghost commented Jun 20, 2019

I'm using highcharts 7.1.2 and highcharts-vue 1.3.5, the latest versions, and it looks like networkgraph type of chart is just not supported. I'm trying to make a simple networkgraph and as soon as I add datas to my networkgraph it outputs the error 17.
Here are my chart options:

    chartOptions: {
      chart: {
        type: 'networkgraph',
      },
      plotOptions: {
        networkgraph: {
          keys: ['from', 'to'],
        }
      },
      series: [{
        data: [1, 2],
      }]
    },
@KacperMadej
Copy link

Hi @aroue2

Have you loaded and initialized the required module for networkgraph?
highcharts/modules/networkgraph is the path for import.
General info in docs apply: https://github.com/highcharts/highcharts-vue#importing-highcharts-modules

@KacperMadej KacperMadej added the Pending reply Further information is requested label Jun 20, 2019
@ghost
Copy link
Author

ghost commented Jun 20, 2019

Hello, thanks for you reply. Just before I read it, I realized networkgraph was a module I had to import, and your answer confirms it.

@ghost ghost closed this as completed Jun 20, 2019
@Denyllon Denyllon removed the Pending reply Further information is requested label Jun 25, 2019
@JeongYunLee
Copy link

This is a pretty old issue, but I'm experiencing the exact same thing. Can you explain the specific solution?

This issue was closed.
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

3 participants