-
Notifications
You must be signed in to change notification settings - Fork 19.8k
双对数坐标 网格线设置问题 #15415
Copy link
Copy link
Closed
Description
What problem does this feature solve?
在双对数坐标下做图,默认显示的 minorSplitline 是5段。比如说 x, y 坐标是 10^1, 10^2, 10^3, 10^4, 也就是在 10^1 到 10^2 之间网格线分开成了 5段,10^2 到 10^3之间也是分开了 5段,中间有 4根网格线; 我希望能设置成 10段,中间有 9根网格线。目前设置 splitNumber:10 不起作用。谢谢!
What does the proposed API look like?
比如: minorSplitline: { splitNumber: 10 }
Reactions are currently unavailable