skip xAxis ticks for no data #365
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
I think you can use a $fn or $ex to set |
Beta Was this translation helpful? Give feedback.
-
Hi
no luck.... I am doing something wrong for sure.... but don't now what Also thanks! |
Beta Was this translation helpful? Give feedback.
NOW we are there! thanks to YOU! :-)
Actually I didn't need the "i >0 " just the part in the filter to take the last point out (i < xs.length - 1)
What I did is to use
statistic: sum
period: day
(I had statistic: state --- and this cause the extra x marks to be shown, even with the i > 0)
Many thanks for your wonderful support and help!
The only thing now is the indicators....
I was using at the layout level "fn: $fn ({ys, vars}) => {vars.fromnetz = ys.at(-1);}" to get the value.
but now... how can I use it ?
I tried the following (added cards to the input list and see the assignment below....); but this doest bring any value.