This commit is contained in:
2025-09-11 14:07:47 +08:00
parent 743cbd9492
commit 40a7a8fb7a
3 changed files with 9 additions and 17 deletions

View File

@@ -60,6 +60,8 @@ $(function () {
seriesItem.tooltip = { valueFormatter: (v) => v + " 万人" };
});
myChart.setOption(option);
window.addEventListener("resize", function () {
myChart.resize();