Skip to content

Commit 9ecde65

Browse files
committed
feat: keep legend
1 parent 27f9faa commit 9ecde65

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

components/pieChart.js

-6
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,6 @@ const PieChart = ({ chartData, investorData }) => {
147147
size: 32,
148148
},
149149
},
150-
legend: {
151-
display: false,
152-
},
153150
},
154151
};
155152
const options2 = {
@@ -162,9 +159,6 @@ const PieChart = ({ chartData, investorData }) => {
162159
size: 32,
163160
},
164161
},
165-
legend: {
166-
display: false,
167-
},
168162
},
169163
};
170164

0 commit comments

Comments
 (0)