Skip to content

Commit

Permalink
Voltage grafiek autoscaling in live grafieken #1349
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Apr 3, 2021
1 parent 318877a commit 9ff735c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/reference/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Current version
v4.16.0 - 2021-xx-xx
--------------------

- ``Fixed`` Voltage grafiek autoscaling in live grafieken [`#1349 <https://github.com/dsmrreader/dsmr-reader/issues/1349>`_]


v4.15.0 - 2021-04-03
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ $(document).ready(function () {
yAxis: [
{
type: 'value',
min: 'dataMin',
max: 'dataMax'
}
],
dataZoom: [
Expand Down

0 comments on commit 9ff735c

Please sign in to comment.