Gau*_*han 8 javascript highcharts angular
我正在尝试图表。我通过cli创建了新的角度应用程序,并安装了highcharts和highcharts-angular。我从他们的github页面复制了代码。在第一次运行中,我遇到以下错误。
ERROR in node_modules/highcharts/highcharts.d.ts(128972,17): error TS2304: Cannot find name 'PlotNetworkDataLabelsFormatterCallbackFunction'.
node_modules/highcharts/highcharts.d.ts(128982,21): error TS2304: Cannot find name 'PlotNetworkDataLabelsFormatterCallbackFunction'.
node_modules/highcharts/highcharts.d.ts(128987,19): error TS2304: Cannot find name 'PlotNetworkDataLabelsTextPath'.
node_modules/highcharts/highcharts.d.ts(128992,15): error TS2304: Cannot find name 'PlotNetworkDataLabelsTextPath'.
node_modules/highcharts/highcharts.d.ts(136653,17): error TS2304: Cannot find name 'PlotPackedBubbleDataLabelsFormatterCallbackFunction'.
node_modules/highcharts/highcharts.d.ts(136658,15): error TS2304: Cannot find name 'PlotPackedBubbleDataLabelsTextPath'.node_modules/highcharts/highcharts.d.ts(237720,14):
error TS2304: Cannot find name 'SeriesOrganizationNodesLayoutValues'.
Run Code Online (Sandbox Code Playgroud)
我使用以下方法从npm安装了highcharts
npm install highcharts-angular --save
和
npm install highcharts-保存
然后我在app.module.ts中导入了HighchartsChartModule并从highcharts-angular中导入了数组。在app.component.ts和app.component.html中,我从其github页面添加了示例代码。
我遇到了错误。我应该安装任何插件或依赖项吗?
归档时间: |
|
查看次数: |
1603 次 |
最近记录: |