mapAs({x: "x", value: "value"}); // 创建系列var chart = anychart.column(); var series = chart.column(mapping); // 或者数据以对象数组的形式 ...
確定! 回上一頁