chart.axis("name", {
label: {
rotate: Math.PI / 3,
textAlign: "start",
textBaseline: "middle"
}
});
name 是橫坐標名稱, 你需要根據數據自行更改。
例如 chart.position("cityName*confirmedCount")
這里的name 應該改為 cityName
chart.axis("name", {
label: {
rotate: Math.PI / 3,
textAlign: "start",
textBaseline: "middle"
}
});
name 是橫坐標名稱, 你需要根據數據自行更改。
例如 chart.position("cityName*confirmedCount")
這里的name 應該改為 cityName
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。