-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Labels
Feature:VegaVega visualizationsVega visualizationsTeam: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
Description
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).

This is the same render in all my dashboards.
Steps to reproduce:
- Create a Vega visualization
- Create a mark with my configuration
- Observe
Errors in browser console (if relevant): none
Provide logs and/or server output (if relevant): none
Metadata
Metadata
Assignees
Labels
Feature:VegaVega visualizationsVega visualizationsTeam: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