feat:新功能

1 增加图表类型singleStat:新增,修改,删除,全屏,列表显示图表数据,拖拽改变大小,拖拽改变位置,按时间查询,刷新,预览
This commit is contained in:
hyx
2020-05-07 21:02:09 +08:00
parent 7f15d3563d
commit de1b85b236
9 changed files with 1156 additions and 278 deletions

View File

@@ -102,6 +102,7 @@ const cn = {
selectPanelTitle: "选择面板",
createPanelTitleSec: "新增面板",
editPanelTitle: "面板",
singleStatErrorTip:'Only queries that return single series/table is supported',
panelForm: {
panelName: "面板名称",
panelId: "ID"
@@ -113,6 +114,7 @@ const cn = {
chartName: "图表名称",
type: "类型",
url: "URL",
statistics:'Statistics',
typeVal: {
line: {
label: "曲线图"
@@ -128,8 +130,21 @@ const cn = {
},
url: {
label: "URL"
},
singleStat:{
label:"SingleStat"
}
},
statisticsVal:{
min:'Min',
max:'Max',
average:'Average',
total:'Total',
first:'First',
last:'Last',
range:'Range',
different:'Different',
},
width: "宽",
high: "高",
metric: "指标",