-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[XY axis] Values on bar charts #101573
Copy link
Copy link
Closed
Labels
Feature:ElasticChartsIssues related to the elastic-charts libraryIssues related to the elastic-charts libraryFeature:LensFeature:XYAxisXY-Axis charts (bar, area, line)XY-Axis charts (bar, area, line)Team:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//Team label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//bugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experiencediscussimpact:highAddressing this issue will have a high level of impact on the quality/strength of our product.Addressing this issue will have a high level of impact on the quality/strength of our product.
Metadata
Metadata
Labels
Feature:ElasticChartsIssues related to the elastic-charts libraryIssues related to the elastic-charts libraryFeature:LensFeature:XYAxisXY-Axis charts (bar, area, line)XY-Axis charts (bar, area, line)Team:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//Team label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//bugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experiencediscussimpact:highAddressing this issue will have a high level of impact on the quality/strength of our product.Addressing this issue will have a high level of impact on the quality/strength of our product.
Type
Fields
Give feedbackNo fields configured for issues without a type.
I create this issue to discuss what we can do to improve the way that the values are depicted on bar charts.
For all the below mentioned cases the
Show valuesswitch is set to true (XY axis). Lens behaves differently. The setting to display the values is disabled for histograms.XY es-charts settings:
Lens settings:
XY axis

Vislib

Lens

Lens doesn't allow the users to depict values on histograms
The old implementation hides the values if the bar widths are very small. XY axis tries to do it but it seems that it doesn't fit well in all cases
XY charts

Vislib

Lens
Here also the setting to turn on the values is also disabled
XY chart

Vislib

Lens

Lens depicts the values vertically in order to fit.
Moreover we had some feedback about the white outline too #97428