Replies: 1 comment
-
I also have the same issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Today I discovered apexcharts.
I wrote below graph, but I want to provide non-savy users ability to select the period. And yes, this thing I do does look like the brush option, but is not quite the same. The brush option zooms, but does not realy selects a different period.
So I figured I used helper input numbers, but they seem to not work. They seem accepted during code entry validation, but then go wrong when actually running.
Is this not supported, or am I doing something wrong?
How it should look (how it does looks when I type
graph_span: 7d
myself)How it looks
(and I did check the formula nicely evaluates to
7d
)Beta Was this translation helpful? Give feedback.
All reactions