Kibana: VEGA is missing scroll bars

Created on 22 Aug 2018  路  3Comments  路  Source: elastic/kibana

Kibana version:6.3.0

Elasticsearch version:6.3.0

Server OS version:Win 7 professional

Browser version:Google Chrome 59.0.3071.104

Browser OS version:Windows

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

Describe the bug: I started using VEGA to create visualizations in KIBANA.
When trying to visualize a NxM matrix, which exceeds the size of the screen, there was no vertical or horizontal scroll bars.

Steps to reproduce:

  1. In KIBANA create a new VEGA visualization
  2. create any visualization that exceeds screen size
  3. example:
    {
    "$schema":"https://vega.github.io/schema/vega/v3.json",
    "autosize":"none",
    "width":1600,
    "height":1600
    }

Expected behavior: horizontal and vertical scroll bars should appear

Screenshots (if relevant):

Errors in browser console (if relevant):

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

Any additional context:

Vega KibanaApp bug

Most helpful comment

This issue seems to be unfixed even in Kibana 7.4

All 3 comments

is this fixed?
im 6.4.1 and same problem.

This issue seems to be unfixed even in Kibana 7.4

Is there any plan to fix this issue or work around ?

Was this page helpful?
0 / 5 - 0 ratings