-
Notifications
You must be signed in to change notification settings - Fork 8.6k
TSVB Yaxis min value defaults to zero - Data binding not working with filter #53257
Copy link
Copy link
Closed
elastic/elastic-charts
#510Labels
Feature:ElasticChartsIssues related to the elastic-charts libraryIssues related to the elastic-charts libraryFeature:TSVBTSVB (Time Series Visual Builder)TSVB (Time Series Visual Builder)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 experienceregression
Metadata
Metadata
Assignees
Labels
Feature:ElasticChartsIssues related to the elastic-charts libraryIssues related to the elastic-charts libraryFeature:TSVBTSVB (Time Series Visual Builder)TSVB (Time Series Visual Builder)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 experienceregression
Type
Fields
Give feedbackNo fields configured for issues without a type.
Kibana version:
7.5.0
Elasticsearch version:
7.5.0
Server OS version:
Windows 2012 R2
Browser version:
Chrome Version 79.0.3945.79
Original install method (e.g. download page, yum, from source, etc.):
Source file
Describe the bug:
In the Time Series Visual Builder, axis min value automatic scaling is not working when a filter is applied. Instead of binding to the data, it reverts to zero.
Steps to reproduce:
Plot a line graph with Time Series Visual Builder without specifying axis min and axis max value.
Apply a filter on your data, either with panel options->panel filter, or with control vizualization (experimental).
Expected behavior:
In the example above, the y axis min value should start somewhere around 1000 not 0.
This affects user experience who cannot see clearly changes due to improper automatic scaling for the y min axis as seen on the screenshot above.
Errors in browser console (if relevant):
N/A
Provide logs and/or server output (if relevant):
N/A
Any additional context:
This behavior was not seen on Kibana 7.3.1. We are facing this issue after updating to 7.5.0
Thank you