Change default values for linewidth and fill.

This commit is contained in:
carl bergquist 2015-04-21 08:30:49 +02:00
parent 05bed2fd8a
commit 74c5015648

View File

@ -67,9 +67,9 @@ function (angular, app, $, _, kbn, moment, TimeSeries, PanelMeta) {
// show/hide lines
lines : true,
// fill factor
fill : 0,
fill : 1,
// line width in pixels
linewidth : 1,
linewidth : 2,
// show hide points
points : false,
// point radius in pixels