style: border radius 8px

This commit is contained in:
jialin
2024-06-28 17:14:34 +08:00
parent 4a5e20f491
commit 871bca1916
20 changed files with 100 additions and 82 deletions
+6
View File
@@ -45,6 +45,12 @@ const LineChart: React.FC<LineChartProps> = (props) => {
style: {
lineWidth: 1.5,
opacity: 0.8
// stroke: (params: any) => {
// return (
// params.color ||
// 'linear-gradient(90deg,rgba(84, 204, 152,0.8) 0%,rgba(0, 168, 143,.7) 100%)'
// );
// }
},
legend: {
color: {