From kde-commits Wed Apr 04 23:06:21 2012 From: Shaun Reich Date: Wed, 04 Apr 2012 23:06:21 +0000 To: kde-commits Subject: [kde-workspace/plasma/sreich/qml2-system-monitors] plasma/generic/applets/system-monitor/plotter/pri Message-Id: <20120404230621.E7811A60A9 () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=133358087420388 Git commit f87a8f99843c3c78245ffa55b4f2163f8423bbd8 by Shaun Reich. Committed on 24/02/2012 at 17:55. Pushed by sreich into branch 'plasma/sreich/qml2-system-monitors'. switch to regular filled line graph M +1 -3 plasma/generic/applets/system-monitor/plotter/private/plotte= rpainter.js http://commits.kde.org/kde-workspace/f87a8f99843c3c78245ffa55b4f2163f8423bb= d8 diff --git a/plasma/generic/applets/system-monitor/plotter/private/plotterp= ainter.js b/plasma/generic/applets/system-monitor/plotter/private/plotterpa= inter.js index 277d201..8106d0f 100644 --- a/plasma/generic/applets/system-monitor/plotter/private/plotterpainter.= js +++ b/plasma/generic/applets/system-monitor/plotter/private/plotterpainter.= js @@ -53,9 +53,7 @@ var GraphTypeEnum =3D { = // what this graph is currently being rendered as // a bar graph or a filled line graph -//var graphType =3D GraphTypeEnum.BarGraph; -//var graphType =3D GraphTypeEnum.FilledLineGraph; -var graphType =3D GraphTypeEnum.LineGraph; +var graphType =3D GraphTypeEnum.FilledLineGraph; = // the scalar that gets multiplied to scale it up or down. // if it is 1 then it is not scaled at all