[vz-dev] Volkszaehler.org und Solar

Rolf Bulla rolf.bulla at gmail.com
Sat Dec 29 10:13:41 CET 2012


Das 'fill: true' muss in das lines: {...} statement. Sieht dann so aus:

lines: {
	show: (entity.style == 'lines' || entity.style == 'steps'),
	steps: (entity.style == 'steps'),
	lineWidth: (index == vz.wui.selectedChannel ? vz.options.lineWidthSelected : vz.options.lineWidthDefault),
	fill: true
},

Die Berechnung der Differenz findet damit natürlich noch nicht statt.
Es werden halt nur die Flächen unterhalb jeder Kurve farbig dargestellt.





Am 29.12.2012 um 09:21 schrieb sollner11 <pp at macpat.de>:

> 
> Am 28.12.2012 um 23:31 schrieb Jakob Hirsch <jh at plonk.de>:
> 
>>>> Wenn du's fest aktivieren willst: wui.js, vz.wui.drawPlot, bei lines:  {
>>>> ... } ein "fill: true" hinzufügen.
>>> sorry, ich habe zwar in dev gepostet, bin aber nur user ;-)
>>> kannst du das etwas erläutern?
>> 
>> Naja, in wui.js, Zeile 586, nach dem "lines: {" eine Zeile mit "fill:
>> true," einfügen.
> 
> so?
>>  lines: { 
>> 	show: (entity.style == 'lines' || entity.style == 'steps'), 
>> 	steps: (entity.style == 'steps'), l
>> 	ineWidth: (index == vz.wui.selectedChannel ? vz.options.lineWidthSelected : vz.options.lineWidthDefault) 
>> 	 }, 
>> fill: true, 
>> points: {
> 
> muss ich noch was anderes machen, als die wui.js einfach abspeichern und im Browser das frontend neu aufrufen?
> weil es passiert nichts
> 
> und muss ich nicht z.B. die Farben für über Null und unter Null definieren?
> 
> Danke und Gruss

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://volkszaehler.org/pipermail/volkszaehler-dev/attachments/20121229/5ab2d177/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Bildschirmfoto 2012-12-29 um 10.12.27.png
Type: image/png
Size: 53143 bytes
Desc: not available
URL: <http://volkszaehler.org/pipermail/volkszaehler-dev/attachments/20121229/5ab2d177/attachment-0001.png>


More information about the volkszaehler-dev mailing list