'"missingModuleFor: pareto" in flutter with package high_chart: ^2.0.2
i used the package high_chart: ^2.0.2 but i have an error when i try to made a pareto.
I have this error:
I/chromium( 3981): - missingModuleFor: pareto", source: https://code.highcharts.com/highcharts.js (12)
In the scripts section i add the following urls
- https://code.highcharts.com/highcharts.js
- https://code.highcharts.com/modules/pareto.js
- https://code.highcharts.com/modules/networkgraph.js
- https://code.highcharts.com/modules/exporting.js
I insert the pareto module like the doc, but it doesnt work, i used this for a test https://www.highcharts.com/demo/pareto
If i remove type: 'pareto'
in the series section, appear the pareto without the line, any idea?
Edit
if i remove highcharts.js, and i insert https://code.highcharts.com/highcharts-more.js i have
I/chromium( 3981): [INFO:CONSOLE(1)] "Uncaught ReferenceError: Highcharts is not defined", source: about:blank (1)'
Edit 2:
I "solved" the problem using another package, i solved with this
syncfusion_flutter_charts 19.4.56
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
