From 31a40b13428c6481d9aa52f6aaf078dae43a5220 Mon Sep 17 00:00:00 2001 From: Fine Date: Mon, 6 Jan 2025 17:14:22 +0800 Subject: [PATCH] add line charts --- src/views/alarm/components/Line.vue | 127 ++++++++++++++++++++++++ src/views/alarm/components/Snapshot.vue | 5 +- 2 files changed, 128 insertions(+), 4 deletions(-) create mode 100644 src/views/alarm/components/Line.vue diff --git a/src/views/alarm/components/Line.vue b/src/views/alarm/components/Line.vue new file mode 100644 index 00000000..b08a81ca --- /dev/null +++ b/src/views/alarm/components/Line.vue @@ -0,0 +1,127 @@ + + + + diff --git a/src/views/alarm/components/Snapshot.vue b/src/views/alarm/components/Snapshot.vue index ccf3fb3c..f33a6351 100644 --- a/src/views/alarm/components/Snapshot.vue +++ b/src/views/alarm/components/Snapshot.vue @@ -13,12 +13,9 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -->