Add dummy annotation for testing

pull/10616/head
Alex P 2018-01-16 21:02:14 -08:00
parent b5b96e22b5
commit e60e1f2c17
1 changed files with 7 additions and 0 deletions

View File

@ -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 {