Browse Source

UI: Update home dashboards

pull/10356/head
Igor Kulikov 2 years ago
parent
commit
e2a77779ad
  1. 11
      ui-ngx/src/app/modules/home/components/widget/lib/chart/time-series-chart.models.ts
  2. 1166
      ui-ngx/src/assets/dashboard/sys_admin_home_page.json
  3. 976
      ui-ngx/src/assets/dashboard/tenant_admin_home_page.json

11
ui-ngx/src/app/modules/home/components/widget/lib/chart/time-series-chart.models.ts

@ -884,7 +884,16 @@ export const createTimeSeriesXAxisOption = (settings: TimeSeriesChartAxisSetting
fontWeight: xAxisTickLabelStyle.fontWeight,
fontFamily: xAxisTickLabelStyle.fontFamily,
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: {
show: settings.showLine,

1166
ui-ngx/src/assets/dashboard/sys_admin_home_page.json

File diff suppressed because it is too large

976
ui-ngx/src/assets/dashboard/tenant_admin_home_page.json

File diff suppressed because it is too large
Loading…
Cancel
Save