大屏项目初始化
This commit is contained in:
@@ -118,7 +118,7 @@ const initRankChart = () => {
|
||||
{
|
||||
name: '支出',
|
||||
type: 'bar',
|
||||
barWidth: '15%',
|
||||
barWidth: '12%',
|
||||
data: valueData,
|
||||
itemStyle: {
|
||||
color: new echarts.graphic.LinearGradient(0, 0, 1, 0, [
|
||||
|
||||
@@ -251,7 +251,7 @@ function initChart() {
|
||||
type: 'bar',
|
||||
yAxisIndex: 0,
|
||||
data: [],
|
||||
barWidth: '8%',
|
||||
barWidth: '12%',
|
||||
itemStyle: {
|
||||
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
|
||||
{ offset: 0, color: '#FF9D28' },
|
||||
|
||||
Reference in New Issue
Block a user