Replies: 1 comment
-
This could cover the feature requested here: https://github.com/tremorlabs/tremor/issues/443 |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Apex offers an interesting solution for adding annotations to various parts of the data. One thing I find lacking is a way to indicate, for example, on which day a change occurred or when there was a significant change worth noting in the chart.
You might want to consider incorporating this functionality, perhaps in a simplified form, into line and area charts. For instance, annotations could be made with vertical or horizontal lines that can be set at any point on the chart.
Here are 3 types of annotations to consider in a simple form:
There's also the possibility of setting more than one annotation on the chart, and different types simultaneously.
For individual annotations, you should be able to configure:
Let me know what you think about this suggestion. Just tossing an idea into the mix! ;)
Beta Was this translation helpful? Give feedback.
All reactions