File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Dashboard/GroupedBarChart Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,10 @@ import {
1414
1515function CustomizedLabel ( props ) {
1616 const { x, y, width, value } = props ;
17+
1718 return (
1819 < text
19- x = { x + width / 2 }
20+ x = { x + width / 2.75 }
2021 y = { y }
2122 dy = { - 8 }
2223 fontSize = "12"
@@ -31,7 +32,6 @@ export default function GroupedBarChart(props) {
3132 data,
3233 } = props ;
3334
34-
3535 if ( data . values . length <= 0 ) {
3636 return (
3737 < div > Nothing to show</ div >
Original file line number Diff line number Diff line change @@ -560,7 +560,7 @@ class Report extends PureComponent {
560560 < div className = { styles . vizContainer } >
561561 < div className = { styles . viz } >
562562 < DonutChartReCharts
563- data = { childDonutData }
563+ data = { healthDonut }
564564 colorScheme = { triColorScheme }
565565 />
566566 </ div >
You can’t perform that action at this time.
0 commit comments