<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    Hab jetzt die options.js so geändert:<br>
######################################################################<br>
            },<br>
            axisLabels: {<br>
                    show: false // set to true to show labels<br>
            },<br>
            yaxes: [<br>
                    {<br>
                            axisLabel: 'W', // assign el. energy to
    first axis- remove if not used<br>
                            tickFormatter:
    vz.wui.tickFormatter             // show axis label<br>
                    },<br>
                    {<br>
                            axisLabel: '°C', // assign temperature to
    2nd axis- remove if not used<br>
                            tickFormatter:
    vz.wui.tickFormatter             // show axis label<br>
                    },<br>
                    {<br>
                            axisLabel: 'V', // assign temperature to 2nd
    axis- remove if not used<br>
                            position: 'right',<br>
                            min: 45.0, max: 60.0,<br>
                            alignTicksWithAxis: 1,<br>
                            tickFormatter:
    vz.wui.tickFormatter             // show axis label<br>
                    },<br>
                    {<br>
                            axisLabel: 'V', // assign temperature to 2nd
    axis- remove if not used<br>
                            position: 'right',<br>
                            min: 18.0, max: 30.0,<br>
                            alignTicksWithAxis: 2,<br>
                            tickFormatter:
    vz.wui.tickFormatter             // show axis label<br>
                    },<br>
    <br>
                    {<br>
                            /*<br>
                            ** Please note: The last axis defined in
    here will also be used as a<br>
                            ** template to clone further axes as needed.
    All settings (except the<br>
                            ** axis label) will replicate into those
    additional axes.<br>
                            */<br>
                            position: 'right',<br>
                            // alignTicksWithAxis: 1,<br>
                            tickFormatter:
    vz.wui.tickFormatter             // show axis label<br>
                    }<br>
            ],<br>
            selection: { mode: 'x' },<br>
            crosshair: {<br>
                    mode: 'x',<br>
                    leaveCallback: vz.wui.plotLeave<br>
    <br>
##############################################################################<br>
    <br>
    damit gehen zumindest zwei Kanäle mit der gleichen Einheit
    darzustellen<br>
    <br>
    <img src="cid:part1.tvi1bYar.aLeZsmZp@online.de" alt="">
    <div class="moz-cite-prefix"><br>
      Bleibt mir nur noch die Frage, wie ich den Anzeigebereich über min
      und max vernünftig angezeigt bekomme.....<br>
      <br>
      Kann mir da jemand unter die Arme greifen?<br>
      <br>
      Danke euch.<br>
      <br>
      Gruß Thomas<br>
      <br>
      <br>
      <br>
      <br>
      <br>
      Am 07.12.2021 um 12:08 schrieb Daniel Lauckner:<br>
    </div>
    <blockquote type="cite" cite="mid:1949173063.20211207120819@jahp.de">
      <pre class="moz-quote-pre" wrap="">Hallo,


am Dienstag, 7. Dezember 2021 um 12:01 hat Thomas Höpfner geschrieben:
</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">wenn ich mich richtig erinnere wird die Achse für jede Einheit erstellt. Für unterschiedliche Achsen braucht es danach unterschiedliche Einheiten.
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
Nein. Wenn man die Achsen manuell zuweist bekommt man auch 2 unterschiedlich skalierte Achsen mit der selben Einheit.

Zur Nicht-Nullinie kann ich allerdings nix beitragen.


mfg Daniel

</pre>
    </blockquote>
    <br>
  </body>
</html>