Merge pull request #1827 from bergquist/set_default_line_fill_to_1

Change default values for linewidth and fill.
This commit is contained in:
Torkel Ödegaard 2015-04-21 09:43:46 +02:00
commit c2a4e4720b

View File

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