diff --git a/public/app/features/annotations/partials/editor.html b/public/app/features/annotations/partials/editor.html
index 10f93b5ef05..8b4661fe24f 100644
--- a/public/app/features/annotations/partials/editor.html
+++ b/public/app/features/annotations/partials/editor.html
@@ -68,7 +68,7 @@
-
diff --git a/public/app/plugins/panel/graph/graph.js b/public/app/plugins/panel/graph/graph.js
index 87f565d9137..c7490d1133d 100755
--- a/public/app/plugins/panel/graph/graph.js
+++ b/public/app/plugins/panel/graph/graph.js
@@ -335,16 +335,9 @@ function (angular, $, moment, _, kbn, GraphTooltip) {
types[event.annotation.name] = {
color: event.annotation.iconColor,
position: 'BOTTOM',
+ markerSize: 5,
};
}
-
- // if (event.annotation.showLine) {
- // options.grid.markings.push({
- // color: event.annotation.lineColor,
- // lineWidth: 1,
- // xaxis: { from: event.min, to: event.max }
- // });
- // }
});
options.events = {