fix: Includes 90° x-axis label rotation (#26207)
This commit is contained in:
parent
f68dd8293f
commit
39c6488463
|
|
@ -138,6 +138,7 @@ const config: ControlPanelConfig = {
|
||||||
choices: [
|
choices: [
|
||||||
[0, '0°'],
|
[0, '0°'],
|
||||||
[45, '45°'],
|
[45, '45°'],
|
||||||
|
[90, '90°'],
|
||||||
],
|
],
|
||||||
default: xAxisLabelRotation,
|
default: xAxisLabelRotation,
|
||||||
renderTrigger: true,
|
renderTrigger: true,
|
||||||
|
|
|
||||||
|
|
@ -325,6 +325,7 @@ const config: ControlPanelConfig = {
|
||||||
choices: [
|
choices: [
|
||||||
[0, '0°'],
|
[0, '0°'],
|
||||||
[45, '45°'],
|
[45, '45°'],
|
||||||
|
[90, '90°'],
|
||||||
],
|
],
|
||||||
default: xAxisLabelRotation,
|
default: xAxisLabelRotation,
|
||||||
renderTrigger: true,
|
renderTrigger: true,
|
||||||
|
|
|
||||||
|
|
@ -202,6 +202,7 @@ const config: ControlPanelConfig = {
|
||||||
choices: [
|
choices: [
|
||||||
[0, '0°'],
|
[0, '0°'],
|
||||||
[45, '45°'],
|
[45, '45°'],
|
||||||
|
[90, '90°'],
|
||||||
],
|
],
|
||||||
default: xAxisLabelRotation,
|
default: xAxisLabelRotation,
|
||||||
renderTrigger: true,
|
renderTrigger: true,
|
||||||
|
|
|
||||||
|
|
@ -172,6 +172,7 @@ function createAxisControl(axis: 'x' | 'y'): ControlSetRow[] {
|
||||||
choices: [
|
choices: [
|
||||||
[0, '0°'],
|
[0, '0°'],
|
||||||
[45, '45°'],
|
[45, '45°'],
|
||||||
|
[90, '90°'],
|
||||||
],
|
],
|
||||||
default: xAxisLabelRotation,
|
default: xAxisLabelRotation,
|
||||||
renderTrigger: true,
|
renderTrigger: true,
|
||||||
|
|
|
||||||
|
|
@ -190,6 +190,7 @@ const config: ControlPanelConfig = {
|
||||||
choices: [
|
choices: [
|
||||||
[0, '0°'],
|
[0, '0°'],
|
||||||
[45, '45°'],
|
[45, '45°'],
|
||||||
|
[90, '90°'],
|
||||||
],
|
],
|
||||||
default: xAxisLabelRotation,
|
default: xAxisLabelRotation,
|
||||||
renderTrigger: true,
|
renderTrigger: true,
|
||||||
|
|
|
||||||
|
|
@ -133,6 +133,7 @@ const config: ControlPanelConfig = {
|
||||||
choices: [
|
choices: [
|
||||||
[0, '0°'],
|
[0, '0°'],
|
||||||
[45, '45°'],
|
[45, '45°'],
|
||||||
|
[90, '90°'],
|
||||||
],
|
],
|
||||||
default: xAxisLabelRotation,
|
default: xAxisLabelRotation,
|
||||||
renderTrigger: true,
|
renderTrigger: true,
|
||||||
|
|
|
||||||
|
|
@ -132,6 +132,7 @@ const config: ControlPanelConfig = {
|
||||||
choices: [
|
choices: [
|
||||||
[0, '0°'],
|
[0, '0°'],
|
||||||
[45, '45°'],
|
[45, '45°'],
|
||||||
|
[90, '90°'],
|
||||||
],
|
],
|
||||||
default: xAxisLabelRotation,
|
default: xAxisLabelRotation,
|
||||||
renderTrigger: true,
|
renderTrigger: true,
|
||||||
|
|
|
||||||
|
|
@ -184,6 +184,7 @@ const config: ControlPanelConfig = {
|
||||||
choices: [
|
choices: [
|
||||||
[0, '0°'],
|
[0, '0°'],
|
||||||
[45, '45°'],
|
[45, '45°'],
|
||||||
|
[90, '90°'],
|
||||||
],
|
],
|
||||||
default: xAxisLabelRotation,
|
default: xAxisLabelRotation,
|
||||||
renderTrigger: true,
|
renderTrigger: true,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue