From e60e1f2c17082c6643c85baa5be7f86eec656dc1 Mon Sep 17 00:00:00 2001 From: Alex P Date: Tue, 16 Jan 2018 21:02:14 -0800 Subject: [PATCH] Add dummy annotation for testing --- ui/src/shared/components/Dygraph.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ui/src/shared/components/Dygraph.js b/ui/src/shared/components/Dygraph.js index 81b9860ff0..bf1b996cb5 100644 --- a/ui/src/shared/components/Dygraph.js +++ b/ui/src/shared/components/Dygraph.js @@ -32,6 +32,13 @@ const annotations = [ duration: '33600000', // 1 hour text: 'you have no swoggels', }, + { + group: '', + name: 'anno2', + time: '1515772377000', + duration: '', + text: 'another annotation', + }, ] export default class Dygraph extends Component {