我正在使用this npm package在Ionic 3应用程序上使用Highcharts JS。
我想在条形图上使用不同的边框半径,所以发现this plugin。我想在我的软件包中使用Ionic的此插件,但找不到适用于它的解决方案。
您有解决方案吗?我可以根据需要更改插件的边框半径
答案 0 :(得分:0)
您需要在组件中导入js文件,并将Highcharts传递给它,如下所示:
import * as Highcharts from 'highcharts';
import rounded from '../plugins/rounded-corner.js';
rounded(Highcharts)
plotOptions: {
series: {
borderRadiusTopLeft: '50%',
borderRadiusTopRight: '50%'
}
}
Stacblitz演示在这里:https://stackblitz.com/edit/angular-u1dlv9