Improve annotations customization in the chart
See original GitHub issueDescription
As discussed in https://github.com/apache/airflow/pull/13616#issuecomment-758234146, we would need to improve the customization of annotations across all objects of the chart.
Use case / motivation
We often need to paremetrize the annotations and we would rather do it in one PR with all the objects rather than one small PR everytime.
Are you willing to submit a PR?
@mik-laj I am ready to be assigned.
Related Issues Not to my knowledge.
What need to be tackled before starting dev:
- On what objects do we want annotations?
- What terminology do we choose in the values.yaml? (
annotations
orextraAnnotations
or both or something else?) - Have a table with the mapping of each object and the value path for the annotation parametrization?
- Should we drop the value airflowPodAnnotations ?
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (11 by maintainers)
Top Results From Across the Web
How to Customize Annotations in Graphics | by Gustavo Santos
Log scale or normalized data will be better when you have two variables that hold some relationship, but they are in way too...
Read more >Chart annotations | Charts - Mode Analytics
You can customize each chart's annotations by editing the parameters in the snippet: chart_id : The ID of the Mode chart you want...
Read more >Introduction to Annotations | FusionCharts
Annotations are user-defined objects or shapes drawn on a chart. You can use annotations to increase the visual appeal of your charts and...
Read more >How to create text annotations - Datawrapper Academy
No matter which map or chart you want to create a text annotation in, ... you'll learn how to customize the annotation so...
Read more >Custom Annotations - 1-TrendSpider
Custom annotations allow the traders to save custom properties like color, ... a trader regularly using the segment line annotation on the chart...
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
@dimberman @XD-DENG @potiuk Do you have any thoughts on this? I saw that these changes often come back in different forms, and I think we can do it once, but good.
We have a ticket that improves the annotation handling for SA a bit. Anyone willing to do a review and say if this change is sufficient for this ticket as well? https://github.com/apache/airflow/pull/11769