develop_cloud #1

Merged
dashixiong merged 234 commits from develop_cloud into main-cloud 2026-02-11 02:06:04 +00:00
105 changed files with 11581 additions and 30 deletions
Showing only changes of commit b61a202267 - Show all commits

View File

@ -72,7 +72,7 @@ export default {
source.push([item.ammeterDate, item.chargedCap,item.disChargedCap])
})
this.chart && this.chart.setOption({
color:['#FFBD00','#3C81FF','#05AEA3'],
color:['#4472c4','#70ad47'],//所有充放电颜色保持统一
tooltip: {
trigger: 'axis',
axisPointer: { // 坐标轴指示器,坐标轴触发有效

View File

@ -72,7 +72,6 @@ export default {
source.push([item.ammeterDate, item.chargedCap,item.disChargedCap,item.dailyEfficiency])
})
this.chart.setOption({
color:['#FFBD00','#3C81FF','#05AEA3'],
legend: {
left: 'center',
bottom: '15',
@ -110,18 +109,22 @@ export default {
dataset:{
source
},
//所有充放电颜色保持统一
series: [
{
yAxisIndex:0,
type: 'bar',//柱状图
color:'#4472c4'
},
{
yAxisIndex:0,
type: 'bar',//柱状图
color:'#70ad47'
},
{
yAxisIndex:1,
type: 'line',//柱状图
color:'#FFBD00'
},
]
})

View File

@ -32,7 +32,7 @@ export default {
source.push([item.ammeterDate, item.chargedCap,item.disChargedCap])
})
this.chart.setOption({
color:['#A796FF','#FFBE01'],
color:['#4472c4','#70ad47'],//所有充放电颜色保持统一
grid: {
top:30,
containLabel: true