新增黄金指标统计展示

This commit is contained in:
lai
2023-12-05 18:53:02 +08:00
parent ab2154003e
commit 20b6c5c10a
6 changed files with 136 additions and 23 deletions

View File

@@ -69,7 +69,7 @@ const props = defineProps({
const seriesStyle = [
{
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
{
{
offset: 0,
color: 'rgba(22, 119, 255, .5)',
},
@@ -203,7 +203,7 @@ function initChart() {
},
},
grid: props.option.grid || { left: '8%', right: '8%', bottom: '20%' },
legend: {
legend: props.option.legend || {
right: 10,
itemWidth: 8,
textStyle: {