You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rangeField and targetField values are incorrectly displayed when using the max option of the main axis of a Bullet plot (they appear to scale with axis, rather than stay fixed). Interestingly the measureField values are fine.
See the reproduction - it's quite self-explanatory. Just use any value for the max option of the main axis, and notice how the values scale with the axis. (Note that the tooltips usually show the correct values as well.)
🏞 Expected result
All values should remain fixed against the axis, rather than scale with it.
🚑 Any additional [like screenshots]
G2Plot Version: 2.3.33
Platform: React 16.14
The text was updated successfully, but these errors were encountered:
🐛 Bug description
The
rangeField
andtargetField
values are incorrectly displayed when using themax
option of the mainaxis
of aBullet
plot (they appear to scale with axis, rather than stay fixed). Interestingly themeasureField
values are fine.💻 Link to minimal reproduction
Codesandbox repro
📷 Step to reproduce
See the reproduction - it's quite self-explanatory. Just use any value for the
max
option of the mainaxis
, and notice how the values scale with the axis. (Note that the tooltips usually show the correct values as well.)🏞 Expected result
All values should remain fixed against the axis, rather than scale with it.
🚑 Any additional [like screenshots]
The text was updated successfully, but these errors were encountered: