-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Time Series Visual Builder Bar Chart - Bars/columns are not centered #28178
Copy link
Copy link
Closed
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 experience
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 experience
Type
Fields
Give feedbackNo fields configured for issues without a type.
Kibana version: 6.5.0
Elasticsearch version:6.5.0
Server OS version:Windows Server 2016
Browser version: Firefox 64.0 (64-bits)
Browser OS version: Windows 7 Enterprise
Original install method (e.g. download page, yum, from source, etc.): Download page
Description of the problem including expected versus actual behavior:
Bars are drawn from the datapoint to the right instead of beeing centered around it. This is misleading to the user. For example if you hover over a bar the legend can show values from the bare to the right instead of the one the user is hovering over with the mouse. This means that I have to use line for the chart type because this confuses the end user.
See this post for a screenshot: https://discuss.elastic.co/t/time-series-visual-builder-bar-chart-bars-columns-not-centered/162951
Steps to reproduce:
Errors in browser console (if relevant):
Provide logs and/or server output (if relevant):
Describe the feature:
The bars are drawn centered around a time point.