Skip to content

Commit

Permalink
[#300] Show income target on sensitivity analisys heatmap chart
Browse files Browse the repository at this point in the history
  • Loading branch information
wayangalihpratama committed Mar 12, 2024
1 parent 6c229c1 commit c725968
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ const getOptions = ({
const x = params.value[0];
const y = params.value[1];
let text = `<span style="color: #000;">${value}</span><br>`;
text += `<span>Income Target: ${
target ? target?.toFixed() : 0
}</span><br>`;
text += `<span>${xAxis.name}: ${x}</span><br>`;
text += `<span>${yAxis.name}: ${y}</span><br>`;
return text;
Expand Down

0 comments on commit c725968

Please # to comment.