Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TSVB timeseries chart brushing does not work #59654

Closed
flash1293 opened this issue Mar 9, 2020 · 2 comments · Fixed by #60296
Closed

TSVB timeseries chart brushing does not work #59654

flash1293 opened this issue Mar 9, 2020 · 2 comments · Fixed by #60296
Assignees
Labels
blocker bug Fixes for quality problems that affect the customer experience Feature:TSVB TSVB (Time Series Visual Builder) Team:Visualizations Visualization editors, elastic-charts and infrastructure v7.7.0

Comments

@flash1293
Copy link
Contributor

Kibana version: master

Elasticsearch version:

Server OS version:

Browser version:

Browser OS version:

Original install method (e.g. download page, yum, from source, etc.):

Describe the bug: Brushing in the timeseries chart in TSVB does not select a new time range, just logs an error to the console:

react-dom.development.js:475 Uncaught TypeError: timefilter.setTime is not a function
    at Object.onBrushEnd (create_brush_handler.js:34)
    at on_brush_end_caller.js:78
    at resultFuncWithRecomputations (index.js:77)
    at index.js:70
    at index.js:30
    at index.js:84
    at index.js:30
    at selector (index.js:105)
    at on_brush_end_caller.js:87
    at chart.js:106

Steps to reproduce:

  1. Go to TSVB
  2. Try to select time range in timeseries chart
  3. Nothing happens

Expected behavior:

Time range should get updated.

Screenshots (if relevant):

Errors in browser console (if relevant):

Provide logs and/or server output (if relevant):

Any additional context:

@flash1293 flash1293 added bug Fixes for quality problems that affect the customer experience Feature:TSVB TSVB (Time Series Visual Builder) Team:Visualizations Visualization editors, elastic-charts and infrastructure labels Mar 9, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app (Team:KibanaApp)

@timroes
Copy link
Contributor

timroes commented Mar 16, 2020

Broke due to #56763 which changed the previous ui import to getting it (from the wrong path) from the data plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker bug Fixes for quality problems that affect the customer experience Feature:TSVB TSVB (Time Series Visual Builder) Team:Visualizations Visualization editors, elastic-charts and infrastructure v7.7.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants