import Title from "../../../src/chart/commonOptions/title"; import ChartDigit23 from '../../../src/chart/digit/ChartDigit23/ChartDigit23.js'; let chart=new ChartDigit23(document.getElementsByClassName('c1')[0],{}); window.addEventListener('resize',()=>{ chart.resize(); }); // setTimeout(()=>{ // chart.setOption( // { // bg: { // backgroundColor: "#234556" // }, // color:['#5b88fb','#d3defb'], // shape: { // textStyle:{ // textSize:30, // text1Color:'#789666', // text2Color:'#654222' // }, // circle: { // cx:'50%', // cy:'40%', // r: '8%' // }, // sector: { // color:'#ffffff' // } // }, // series: [{ // name: '已建成', // value: 61 // }, // { // name: '建设中', // value: 7 // } // ] // } // ); // },3000)