我一直在互联网上搜索有关如何在角度高图中添加highchart patternfill的方法,但是没有找到关于角度的结果。是否有任何可用于angular的插件或有人在angular应用程序中使用过此插件?谢谢。
答案 0 :(得分:1)
您需要导入并初始化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