Adding xaxis.range clips the labels array #3883
Unanswered
Khalifa1997
asked this question in
Q&A
Replies: 0 comments
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.
-
I want to have panning in my graph and since I just have too many x-axis categories, I have to report to
xaxis.range
while it works perfectly with panning, a bug that I have found is when you try to export the chart to CSV, what you end up getting is a table like this,Let's assume we have 10 different x-axis categories and we set
xaxis.range
to 5Since adding
xaxis.range
clips the labels, it also made it impossible for me to ever get them back when I want to export the WHOLE graph to CSV and ended up totally messing up the values.I am wondering if there is a way around this cause on one hand I want to "clip" the graph columns since they are so many and I would allow panning, but also, I want to retain these labels, so when I export the data to CSV, it's a complete CSV file.
Any help would be much appreciated, thank you!
Beta Was this translation helpful? Give feedback.
All reactions