fix: Includes 90° x-axis label rotation (#26207)

This commit is contained in:
Michael S. Molina
2023-12-07 13:08:54 -03:00
committed by Michael S. Molina
parent 03abfba0f5
commit 2532fa5dd9
7 changed files with 7 additions and 0 deletions

View File

@@ -184,6 +184,7 @@ const config: ControlPanelConfig = {
choices: [
[0, '0°'],
[45, '45°'],
[90, '90°'],
],
default: xAxisLabelRotation,
renderTrigger: true,