Vertical Markers #35153
Replies: 2 comments
-
|
Hi @raydiator2! I'm Dosu and I’m helping the superset team. Vertical markers (vertical lines at specific x-values) are not natively supported on bar or histogram charts for discrete (non-time) datasets in Superset. The annotation system and chart plugins currently only support horizontal markers (y=constant lines) and reference lines for numeric or time axes, not categorical x-axes or discrete bins see code details. To visually indicate process limits (like min/max boundaries), you can try these workarounds:
Implementing true vertical marker lines would require customizing the ECharts plugin code to expose ECharts' If you need more advanced visual cues, you may need to extend the chart plugin logic or request this feature from the Superset community. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
|
I'm in exactly the same situation and very interested in this. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there are way with bar graphs, to have vertical markers? With annotations I can see you can say y=20 to get a horizontal marker at y=20 but I can't figure out how to do it vertically. This is for discrete (non time) datasets. I want to look at a histogram (made out of sql query as the inbuilt histogram doesn't bin as nicely) but I want to add max and minimum limits to visually see how much is outside the process limits
Beta Was this translation helpful? Give feedback.
All reactions