Adding annotation formula to bar chart add more bars instead of line
See original GitHub issueDescribe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
- Go to explore
- Create time-series bar chart
- Add annotation layer
- Set y=constant e.g.
y=100
as formula
Expected behavior A horizontal line at y 100
Screenshots It adds a bar for each grouped bar instead.
Environment (please complete the following information):
- superset-ui version: current
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Adding annotation formula to bar chart add more ...
Create time-series bar chart; Add annotation layer; Set y=constant e.g. y=100 as formula. image. Expected behavior. A horizontal line at y ...
Read more >A Complete Guide to Bar Charts
Bar charts are a fundamental visualization for comparing values between groups of data. Use this guide to learn how to get the most...
Read more >How to make in-cell bar charts in excel - 3 different ways
1. Conditional formatting 2. REPT formula 3.
Read more >Superset Annotations in Preset
Annotations are used to add more context to a chart by adding a layer of content. Each annotation layer can contain one or...
Read more >How To Annotate Bars in Barplot with Matplotlib in Python?
Adding the annotations. Our strategy here will be to iterate all over the bars and put a text over all of them that...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@kristw @graceguo-supercat try Echarts time series bar chart, it does support formula annotation line. does it work for you user cases?
sgtm then. Thank you all.