123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- import ChartPie11 from '../../../src/chart/pie/ChartPie11/ChartPie11.js';
- import title from "../../../src/chart/commonOptions/title";
- import legend from "../../../src/chart/pie/selfOptions/legend";
-
- let chart=new ChartPie11(document.getElementsByClassName('c1')[0],{});
- window.addEventListener("resize",()=>{
- chart.resize();
- });
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
|