Skip to content

Commit

Permalink
[#198] Change chart big impacr xAxis label
Browse files Browse the repository at this point in the history
  • Loading branch information
wayangalihpratama committed Jan 5, 2024
1 parent 941a79b commit 9ca337f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/cases/visualizations/ChartBigImpact.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ const ChartBigImpact = ({ dashboardData }) => {
},
xAxis: {
type: "value",
name: "Impact (%)",
name: "Change (%)",
nameTextStyle: { ...TextStyle },
nameLocation: "middle",
nameGap: 50,
Expand Down

0 comments on commit 9ca337f

Please # to comment.