UI: Update home dashboards
This commit is contained in:
parent
05223724a8
commit
e2a77779ad
@ -884,7 +884,16 @@ export const createTimeSeriesXAxisOption = (settings: TimeSeriesChartAxisSetting
|
|||||||
fontWeight: xAxisTickLabelStyle.fontWeight,
|
fontWeight: xAxisTickLabelStyle.fontWeight,
|
||||||
fontFamily: xAxisTickLabelStyle.fontFamily,
|
fontFamily: xAxisTickLabelStyle.fontFamily,
|
||||||
fontSize: xAxisTickLabelStyle.fontSize,
|
fontSize: xAxisTickLabelStyle.fontSize,
|
||||||
hideOverlap: true
|
hideOverlap: true,
|
||||||
|
/* formatter: {
|
||||||
|
year: '{yyyy}',
|
||||||
|
month: '{MMM}',
|
||||||
|
day: '{d}',
|
||||||
|
hour: '{HH}:{mm}',
|
||||||
|
minute: '{HH}:{mm}',
|
||||||
|
second: '{HH}:{mm}:{ss}',
|
||||||
|
millisecond: '{hh}:{mm}:{ss} {SSS}'
|
||||||
|
} */
|
||||||
},
|
},
|
||||||
axisLine: {
|
axisLine: {
|
||||||
show: settings.showLine,
|
show: settings.showLine,
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user