-
Notifications
You must be signed in to change notification settings - Fork 14.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Time Series Annotation Layer #3502
Comments
This would be a pretty awesome feature. We are currently using Metric Insights for this kind of use case. What we do is put events on a Google Calendar and associate that to an "annotation layer". People can then see these things in both their calendar app and overlayed on any visualization. The way it is done in Metric Insights are little triangles at the top of the chart (or bars depending on the event timeframe) and mousing over them shows the text entered into the event. |
I'm working on something like this. I'll keep you posted. |
@benvogan we eventually could have different styling for surfacing these annotations. Also could be possible to serve the backend data as "calendar entries" (iCal?) to make Superset more of an "annotation service" |
* Adding annotations to backend * Auto fetching Annotations on the backend * Closing the loop * Adding missing files * annotation layers UI for #3502 * a few fixes per code review. - add annotation input sanity check before add and before update. - make SelectAsyncControl component statelesis, and generic - add annotation description in d3 tool tip - use less variable to replace hard-coded color
* Adding annotations to backend * Auto fetching Annotations on the backend * Closing the loop * Adding missing files * annotation layers UI for apache#3502 * a few fixes per code review. - add annotation input sanity check before add and before update. - make SelectAsyncControl component statelesis, and generic - add annotation description in d3 tool tip - use less variable to replace hard-coded color
* Adding annotations to backend * Auto fetching Annotations on the backend * Closing the loop * Adding missing files * annotation layers UI for apache#3502 * a few fixes per code review. - add annotation input sanity check before add and before update. - make SelectAsyncControl component statelesis, and generic - add annotation description in d3 tool tip - use less variable to replace hard-coded color
Is there the usage guide for annotation and layer? |
Any update on previous question? |
Check out this commit #3518 |
Wow, thank you so much. |
Time series annotations should work with Rich Tooltips
The text was updated successfully, but these errors were encountered: