Skip to content

Commit

Permalink
ADM-984 [frontend]: change the position of classification pie chart (#…
Browse files Browse the repository at this point in the history
…1553)

* ADM-984 [frontend]: add the yAxis for reversed bar chart

* ADM-984 [frontend]: change the position of the classification pie chart
  • Loading branch information
zhou-yinyuan authored Jul 31, 2024
1 parent f623b9c commit 268f00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/containers/ReportStep/ChartOption.ts
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ export const pieOptionMapper = (props: PieOptionProps, showPercentage: boolean =
{
type: 'pie',
data: series,
center: ['50%', '50%'],
center: ['50%', '55%'],
label: {
formatter: '{b} ({c}%)',
},
Expand Down

0 comments on commit 268f00d

Please sign in to comment.