mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-26 14:27:20 +00:00
Show less ticks in charts (#9279)
This commit is contained in:
parent
19c9c8f227
commit
c8c85d096b
@ -377,6 +377,7 @@ class StateHistoryChartLine extends LocalizeMixin(PolymerElement) {
|
|||||||
major: {
|
major: {
|
||||||
fontStyle: "bold",
|
fontStyle: "bold",
|
||||||
},
|
},
|
||||||
|
autoSkipPadding: 20,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
@ -236,10 +236,13 @@ class StateHistoryChartTimeline extends LocalizeMixin(PolymerElement) {
|
|||||||
major: {
|
major: {
|
||||||
fontStyle: "bold",
|
fontStyle: "bold",
|
||||||
},
|
},
|
||||||
|
autoSkipPadding: 50,
|
||||||
},
|
},
|
||||||
categoryPercentage: undefined,
|
categoryPercentage: undefined,
|
||||||
barPercentage: undefined,
|
barPercentage: undefined,
|
||||||
time: { format: undefined },
|
time: {
|
||||||
|
format: undefined,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
yAxes: [
|
yAxes: [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user