feat: Implement an association between widgets(line, bar, area graphs) with time (#115)

This commit is contained in:
Fine0830
2022-07-08 16:17:17 +08:00
committed by GitHub
parent 3ff3d5d1cd
commit 7fbd6170de
26 changed files with 452 additions and 120 deletions

View File

@@ -142,6 +142,11 @@ const msg = {
interval: "Refresh Interval",
pause: "Pause",
begin: "Start",
associateOptions: "Association Options",
widget: "Widget",
nameTip:
"The name only supports Chinese and English, horizontal lines and underscores",
duplicateName: "Duplicate name",
seconds: "Seconds",
hourTip: "Select Hour",
minuteTip: "Select Minute",