echarts [Feature] grid3d能使用convertFromPixel方法吗?

watbbzwu  于 2022-10-20  发布在  Echarts
关注(0)|答案(1)|浏览(214)

What problem does this feature solve?

三维坐标系是否能像二维坐标系那样将像素坐标值转换成逻辑坐标系上的点

What does the proposed API look like?

chart.convertFromPixel({ grid3DIndex: 0 },point)

polhcujo

polhcujo1#

@XuKen It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗

TRANSLATED

TITLE

[Feature] Can grid3d use the convertFromPixel method?

BODY

What problem does this feature solve?

Can a 3D coordinate system convert pixel coordinate values ​​to points on a logical coordinate system like a 2D coordinate system

What does the proposed API look like?

chart.convertFromPixel({ grid3DIndex: 0 },point)

相关问题