UI: Update home dashboards

This commit is contained in:
Igor Kulikov 2024-03-11 17:45:09 +02:00
parent 05223724a8
commit e2a77779ad
3 changed files with 1492 additions and 661 deletions

View File

@ -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