|
|
@@ -310,7 +310,7 @@ function getHazardChartOption(): echarts.EChartsOption {
|
|
|
]),
|
|
|
shadowBlur: 14,
|
|
|
shadowColor: item.color,
|
|
|
- borderRadius: [0, 0, 0, 0]
|
|
|
+ borderRadius: [5, 5, 0, 0]
|
|
|
}
|
|
|
})),
|
|
|
barWidth: 70,
|
|
|
@@ -384,10 +384,11 @@ function getSafeDayChartOption(): echarts.EChartsOption {
|
|
|
return {
|
|
|
...ANIMATION,
|
|
|
grid: {
|
|
|
- left: 92,
|
|
|
- right: 18,
|
|
|
+ left: 52,
|
|
|
+ right: 32,
|
|
|
top: 12,
|
|
|
- bottom: 12
|
|
|
+ bottom: 24,
|
|
|
+ containLabel: true
|
|
|
},
|
|
|
tooltip: createTooltip({
|
|
|
trigger: 'axis',
|