You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My project is created with pure typeScript and i need to use gauge in my project. When i try to use, i fall in problem and get error #17.
I found out it will be solved if i use highcharts-more and try to solve with the following instructions:
import * as ChartModuleMore from 'highcharts/highcharts-more';
import * as Highcharts from "highcharts";
ChartModuleMore(Highcharts);
But when i try it, i get the following error:
"/node_modules/@types/highcharts/highcharts-more"' resolves to a non-module entity and cannot be imported using this construct.
package
version
highcharts
4.2.6
types/highcharts
5.0.19
The text was updated successfully, but these errors were encountered:
My project is created with pure typeScript and i need to use gauge in my project. When i try to use, i fall in problem and get
error #17
.I found out it will be solved if i use highcharts-more and try to solve with the following instructions:
But when i try it, i get the following error:
The text was updated successfully, but these errors were encountered: