-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update axis tick #1223
Comments
This would be a very useful feature. Have you managed to implement that @seifsallam ? |
@mmiszy No |
+1 |
1 similar comment
+1 |
I do as follows:
|
Thanks @andresatencio! |
I'm closing this issue in favour of #2274 which covers the same topic. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
I have a timeseries spline chart that has different axis tick count and format based on incoming data. So if incoming data is hourly setting
tick.count = 24, and tick.format = '%H %M'
, and if daily it would change totick.count = 7, tick.format = '%a, %e %b'
.Is there a way to update/refresh chart's axis data?
The text was updated successfully, but these errors were encountered: