[vz-users] Scaling WEB interface for air pressure
    Andreas Goetz 
    cpuidle at gmail.com
       
    Sun May  4 12:52:15 CEST 2014
    
    
  
Hallo Thomas,
das sollte gehen wenn Du Dir noch folgenden PR holst:
https://github.com/volkszaehler/volkszaehler.org/pull/132
Danach:
  - Kanal auf fest Achse (z.B. 2) legen
  - in options.js die achse hinzufügen bzw. die zweite Achse ändern:
    yaxes: [
        {
            axisLabel: 'W' // assign el. energy to first axis- remove if
not used
        },
        {
            //alignTicksWithAxis: 1,
            position: 'right',
            min: null // <----- !!
        }
    ],
vg
Andreas
On Sun, May 4, 2014 at 12:43 PM, Thomas Koehn <thk4711 at gmail.com> wrote:
> Hi,
>
> today I managed to add the local air pressure to volkszaehler. This works
> very well but in the web interface the scaling for the pressure starts at
> 0. Because of this I can lot really see the changes. Is there a way to
> change the scaling for the y axis in the diagram ?
>
> Thomas
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://demo.volkszaehler.org/pipermail/volkszaehler-users/attachments/20140504/f8cc5fab/attachment.html>
    
    
More information about the volkszaehler-users
mailing list