var TABLE_DATA = getData('data1'); const colorList = ;option = { legend: {}, dataset: { source: TABLE_DATA, }, polar: { radius: }, angleAxis: { max: 6000, startAngle:-270, axisLabel: { show: false} , }, radiusAxis: { type: 'category', }, series: { type: 'bar', coordinateSystem: 'polar', }};