Skip to content
Snippets Groups Projects
Commit 016fa132 authored by Emmanuel Raviart's avatar Emmanuel Raviart
Browse files

Fix axes steps count.

parent 70b99271
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@
}
const axis = {
count: 100,
count: 101,
index:
previousSituationsPopulationCount +
indexOfSituationPopulationId(
......@@ -52,7 +52,7 @@
$testCases[situationIndex],
axisDescription.populationId,
),
max: (100 - 1) * axisDescription.stepValue,
max: (101 - 1) * axisDescription.stepValue,
min: 0,
name: axisDescription.variableName,
period: year.toString(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment