mirror of
https://github.com/apache/superset.git
synced 2026-05-09 09:55:19 +00:00
fix: Includes 90° x-axis label rotation (#26207)
This commit is contained in:
committed by
Michael S. Molina
parent
03abfba0f5
commit
2532fa5dd9
@@ -184,6 +184,7 @@ const config: ControlPanelConfig = {
|
||||
choices: [
|
||||
[0, '0°'],
|
||||
[45, '45°'],
|
||||
[90, '90°'],
|
||||
],
|
||||
default: xAxisLabelRotation,
|
||||
renderTrigger: true,
|
||||
|
||||
Reference in New Issue
Block a user