Skip to content

Vega mark positioning is breaking from 6.4.0 to 6.5.0 #25855

@clemlesne

Description

@clemlesne

Hello,

Kibana version: 6.5.0

Elasticsearch version: 6.5.0

Server OS version: Linux

Browser version: Chrome Version 64.0.3282.119

Browser OS version: Windows 10

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

Description of the problem including expected versus actual behavior:
I use Kibana with vega to create custom text based visualizations. For this I use this configuration:

{
  type: text
  encode: {
    update: {
      text: {value: "Fully processed requests"}
      align: {value: "center"}
      baseline: {value: "middle"}
      xc: {signal: "width/2"}
      yc: {signal: "height/2"}
      fontSize: {value: "14"}
    }
  }
}

But, since the upgrade from Kibana & Elastic 6.4.0 to 6.5.0, all these visualizations are rendering in the upper top (screenshot included).
chrome_fsgmp7r22e

This is the same render in all my dashboards.

Steps to reproduce:

  1. Create a Vega visualization
  2. Create a mark with my configuration
  3. Observe

Errors in browser console (if relevant): none

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

Metadata

Metadata

Assignees

Labels

Feature:VegaVega visualizationsTeam:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//bugFixes for quality problems that affect the customer experience

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions