vega label attributes like color and angle are not working #36542
Labels
Feature:Vega
Vega visualizations
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
Kibana version:
V6.7.0
Elasticsearch version:
V6.7.0
Describe the bug:
when I set the color and angle for a axes label in vega is works fine in the Vega Editor, but it did not shows any changes in Kibana
"axes": [
{"orient": "bottom", "scale": "x",
"labelAngle": -45,
"labelColor": "lightgray",
"labelPadding": 20
}
The labels are still on 0 degrees and black.
related to the dark theme bug #16456
The text was updated successfully, but these errors were encountered: