ng2图表在IE上失败



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具有所有需要的功能。我有同样的问题,包括所有的聚乙烯填充物。

相关内容

  • 没有找到相关文章

最新更新