我一直在互联网上搜索如何在角度高图中添加高图图案填充,但没有找到角度的结果。是否有任何插件可用于角度或任何人在角度应用中使用它?谢谢。
您需要导入并初始化pattern-fill
模块:
import * as Highcharts from "highcharts";
import * as patternFill from "highcharts/modules/pattern-fill";
patternFill(Highcharts);
现场演示:https://codesandbox.io/s/18xojqn50j
文件:https://github.com/highcharts/highcharts-angular/blob/master/README.md#to-load-a-module