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 GitHub
parent f68dd8293f
commit 39c6488463
8 changed files with 8 additions and 0 deletions

View File

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