mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 16:56:35 +00:00
Don't rotate chart axis labels (#9329)
This commit is contained in:
parent
4a7c33edad
commit
1795fd56b7
@ -377,7 +377,10 @@ class StateHistoryChartLine extends LocalizeMixin(PolymerElement) {
|
|||||||
major: {
|
major: {
|
||||||
fontStyle: "bold",
|
fontStyle: "bold",
|
||||||
},
|
},
|
||||||
|
source: "auto",
|
||||||
|
sampleSize: 5,
|
||||||
autoSkipPadding: 20,
|
autoSkipPadding: 20,
|
||||||
|
maxRotation: 0,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
@ -236,7 +236,9 @@ class StateHistoryChartTimeline extends LocalizeMixin(PolymerElement) {
|
|||||||
major: {
|
major: {
|
||||||
fontStyle: "bold",
|
fontStyle: "bold",
|
||||||
},
|
},
|
||||||
|
sampleSize: 5,
|
||||||
autoSkipPadding: 50,
|
autoSkipPadding: 50,
|
||||||
|
maxRotation: 0,
|
||||||
},
|
},
|
||||||
categoryPercentage: undefined,
|
categoryPercentage: undefined,
|
||||||
barPercentage: undefined,
|
barPercentage: undefined,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user