从ng2-charts
导入ChartsModule
后
import { ChartsModule } from 'ng2-charts';
imports: [
ChartsModule
]
应用程序在IE上失败-具有无效字符
和throw new Error('getColors - Unsupported chart type ${chartType}');
上的链接
注意:应用程序包含IE的所有polyfill
它帮助我拒绝了ng2-charts
并使用了本机chart.js
库。由于ng2-charts
在下面使用chart.js
,并且chart.js
具有所有需要的功能。我有同样的问题,包括所有的聚乙烯填充物。