mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix: Includes 90° x-axis label rotation (#26207)
This commit is contained in:
committed by
GitHub
parent
f68dd8293f
commit
39c6488463
@@ -325,6 +325,7 @@ const config: ControlPanelConfig = {
|
||||
choices: [
|
||||
[0, '0°'],
|
||||
[45, '45°'],
|
||||
[90, '90°'],
|
||||
],
|
||||
default: xAxisLabelRotation,
|
||||
renderTrigger: true,
|
||||
|
||||
Reference in New Issue
Block a user