Skip to content
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

Closed
seifsallam opened this issue Jun 19, 2015 · 7 comments · May be fixed by #1365
Closed

Update axis tick #1223

seifsallam opened this issue Jun 19, 2015 · 7 comments · May be fixed by #1365
Assignees

Comments

@seifsallam
Copy link

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 to tick.count = 7, tick.format = '%a, %e %b'.

Is there a way to update/refresh chart's axis data?

@typeofweb
Copy link

This would be a very useful feature. Have you managed to implement that @seifsallam ?

@seifsallam
Copy link
Author

@mmiszy No

@thomasbertet
Copy link

+1

1 similar comment
@mgimeno
Copy link

mgimeno commented May 12, 2016

+1

@andresatencio
Copy link

I do as follows:

chart.internal.config.axis_x_tick_count = 12
chart.flush()

@VIA-Glaciar
Copy link

Thanks @andresatencio!

@GDFaber
Copy link
Contributor

GDFaber commented Apr 11, 2020

I'm closing this issue in favour of #2274 which covers the same topic.

@GDFaber GDFaber closed this as completed Apr 11, 2020
@GDFaber GDFaber self-assigned this Apr 11, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants