CategoryAxisWithZoomAndPanModel - class based FloatLinearAxisModel #99
andrey-ananiev
started this conversation in
Show and tell
Replies: 1 comment
-
|
Hi @andrey-ananiev, glad to hear you'd like to help out. Can you provide an example using As far as making a zoom/pan capable version of the Category axis, I think delegating to the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I made a chart based on categories, but with the ability to change the scale and panning on the X axis.
Unfortunately, this method does not work as expected. When the maxViewExtent value is large, I observe strange behavior in the chart. When panning, it expands or contracts, the Y axis moves across the screen, and the X axis labels are cut off.
Next, I discovered that the same strange phenomena occur when panning the chart with FloatLinearAxisModel.
Is this a bug?
I would like to take part in improving your library. What do I need to do for this? I would also be grateful if you look at the CategoryAxisWithZoomAndPanModel class I created and give your comments?
Beta Was this translation helpful? Give feedback.
All reactions