fix ui
This commit is contained in:
@@ -186,6 +186,8 @@ function getOptions(dataList, showMore, dateType) {
|
||||
{
|
||||
data: list.map((item) => (item.sum * 100).toFixed(2)),
|
||||
type: "line",
|
||||
symbol: 'circle',
|
||||
symbolSize: 6,
|
||||
areaStyle: {
|
||||
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
|
||||
{ offset: 0, color: "#FFD16040" },
|
||||
|
||||
Reference in New Issue
Block a user