Skip to content

Commit

Permalink
Fixed volumetry line chart display issue
Browse files Browse the repository at this point in the history
Issue #48299

Change-Id: Ica4fb1097498c9c8b5eedda1f95646b6dc42cdd9
  • Loading branch information
bforest committed Apr 19, 2018
1 parent bb4311f commit 810cba6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ Supported DBMS:


## [Unreleased]
### Fixed
- Bug fix: fixed volumetry line chart display issue
- Bug fix: fixed invalid JSON response ("select-audits" webscript)


## [1.5.7] - 2018-04-13
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG_FR.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ SGBD support


## [Unreleased]
### Fixed
- Correction de l'affichage du graphique de volumétrie en mode "courbe"
- Correction du retour JSON du webscript "select-audits"


## [1.5.7] - 2018-04-13
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,9 @@ if (typeof AtolStatistics == "undefined" || !AtolStatistics) {
}
},
y: {
// force min value to have similar display between line chart and barchart
min: 0,
padding: {bottom: 0},
tick: { format: d3.format("") },
label: {
position: 'outer-middle'
Expand Down

0 comments on commit 810cba6

Please sign in to comment.