I'm trying to set up some real-time filtering on my charts. In this case, I want to be able to hide a group of data (not a series) via checkbox. It's a bar chart with volume on the Y and months on the X, and if a user wants to hide certain months, I'd like to be able to target that x-axis "column" (not sure if that's the right terminology) and then hide it, but much like hiding a series, make it so I don't have to reload all the data to do so. Is this possible? Because I'm not seeing it in the documentation, but I might not know the correct terms.
Thanks!
Edit - I messed around with getData.setItem(), and doing so would allow me to remove the bars, but not the actual "column" from the chart, so if that helps explain better what I'm looking to do.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
JohnDeery
Hello,
I'm trying to set up some real-time filtering on my charts. In this case, I want to be able to hide a group of data (not a series) via checkbox. It's a bar chart with volume on the Y and months on the X, and if a user wants to hide certain months, I'd like to be able to target that x-axis "column" (not sure if that's the right terminology) and then hide it, but much like hiding a series, make it so I don't have to reload all the data to do so. Is this possible? Because I'm not seeing it in the documentation, but I might not know the correct terms.
Thanks!
Edit - I messed around with getData.setItem(), and doing so would allow me to remove the bars, but not the actual "column" from the chart, so if that helps explain better what I'm looking to do.
Edited by JohnDeerymore info
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.