removed test annotations

pull/135/head v0.80.40
hunterlong 2019-01-29 12:39:53 -08:00
parent a6f4dfdc02
commit b80c61cd04
1 changed files with 1 additions and 2 deletions

View File

@ -110,7 +110,7 @@ let options = {
}, },
series: [ series: [
{ {
name: "Series 1", name: "Response Time",
data: [ data: [
{ {
x: "02-10-2017 GMT", x: "02-10-2017 GMT",
@ -146,7 +146,6 @@ let options = {
yaxis: { yaxis: {
...axisOptions ...axisOptions
}, },
...annotation
}; };