aide-family / moon

Unified alarm platform
https://aide-family.github.io/i18n/zh/
MIT License
152 stars 49 forks source link

大盘支持嵌入全屏、整行、指定宽高的图表 #127

Open aide-cloud opened 6 months ago

aide-cloud commented 6 months ago
  1. 增加配置字段genre
  2. 字段定义如下
type genre = "full" | "row" | {width?: number | string, height?: number | string }
  1. 根据对应类型, 渲染嵌入的图表