Skip to content

Commit

Permalink
[#300] Show income target on sensitivity analysis line chart
Browse files Browse the repository at this point in the history
  • Loading branch information
wayangalihpratama committed Mar 7, 2024
1 parent d315870 commit 60ca9b7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ const getOptions = ({
const xValue = thousandFormatter(parseFloat(p.name));
const yValue = thousandFormatter(parseFloat(p.value));
let text = `<span style="color: #000;">${newSeriesName}</span><br>`;
text += `<span>Income Target: ${target}</span><br>`;
text += `<span>${xAxis.name}: ${xValue}</span><br>`;
text += `<span>${yAxis.name}: ${yValue}</span><br>`;
return text;
Expand Down

0 comments on commit 60ca9b7

Please # to comment.