Commit 74c50156 by carl bergquist

Change default values for linewidth and fill.

parent 05bed2fd
...@@ -67,9 +67,9 @@ function (angular, app, $, _, kbn, moment, TimeSeries, PanelMeta) { ...@@ -67,9 +67,9 @@ function (angular, app, $, _, kbn, moment, TimeSeries, PanelMeta) {
// show/hide lines // show/hide lines
lines : true, lines : true,
// fill factor // fill factor
fill : 0, fill : 1,
// line width in pixels // line width in pixels
linewidth : 1, linewidth : 2,
// show hide points // show hide points
points : false, points : false,
// point radius in pixels // point radius in pixels
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment