<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
Hallo,<br>
<br>
ich würde die Spannungen meiner zwei Batterien gerne im Frontend
skaliert darstellen.<br>
- den für die 24V-Batterie von 18-28V<br>
- den für die 48V-Batterie von 45-60V<br>
<br>
Gibt es die Möglichkeit das über die options.js irgendwie
einzustellen?<br>
Aktuell schaffe ich es nicht mal, die Achsskalierung für beide zu
verwirklichen.<br>
<br>
Die option.js wurde wie folgt geändert:<br>
<br>
################################################################################<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: 20.0, max: 60.0, <font
color="#ff0000"><b>//bewirkt scheinbar nichts</b></font><br>
alignTicksWithAxis: 1,<br>
tickFormatter:
vz.wui.tickFormatter // show axis label<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>
grid: {<br>
####################################################################################<br>
<br>
wo liegt der Fehler für das minimum/maximum der Achsdarstellung?<br>
Wie kann ich zwei gleiche "Achsen" (Spannung) unterschiedlich
skalieren (mein Ansatz: eine auf Achse 1 und die andere auf Achse 2
legen???)?<br>
<br>
Würde mich über einen kleinen Tipp freuen.<br>
<br>
Dank euch<br>
<br>
Thomas<br>
<br>
<br>
</body>
</html>