Skip to content

Commit

Permalink
[#148] Add more points to sensitivity analysis line chart
Browse files Browse the repository at this point in the history
  • Loading branch information
wayangalihpratama committed Jan 10, 2024
1 parent d529031 commit ee43774
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const getOptions = ({
: feasibleAnswers.find((fa) => fa.name === yAxis.name)?.value || 0;

let xAxisData = [
...range(xAxis.min, xAxis.max, (xAxis.max - xAxis.min) / 5).map((x) =>
...range(xAxis.min, xAxis.max, (xAxis.max - xAxis.min) / 20).map((x) =>
x.toFixed(2)
),
xAxis.max.toFixed(2),
Expand Down

0 comments on commit ee43774

Please # to comment.