Skip to content

TimeAxis range exclude day #394

Answered by wirew0rm
petrov9 asked this question in Q&A
Jan 15, 2020 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Since the time axis is basically a linear axis, it doesn't supports jumps in the time. You could implement your own axis with a custom transform that skips these days. If you look at the parts of the code that implement the logarithmic axis you might get an idea of what would be needed for this. It might upset things like the Zoomer plugin though.

Another option could be to add a chart for every timespan and have only the first one have a y axis. You can then use the y axis of the first chart in all the other charts too. Of course things like zoom will not work and you have to split your dataset manually into your intervals.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@yezhengli-Mr9
Comment options

Answer selected by RalphSteinhagen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #77 on April 14, 2021 09:33.