update 3d 基本改完

This commit is contained in:
lb
2022-11-11 16:50:33 +08:00
parent 92126a2b6b
commit d3da712572
3 changed files with 5 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ export default {
}
},
data() {
const colors = ['#5470C6', '#EE6666', '#339888']
const colors = ['#E02094', '#F0D63C', '#1A99FF']
// const computeInterval = numArr => Math.floor(numArr.reduce((p, c) => p + c, 0) / numArr.length / 10) * 10
let data = [

View File

@@ -43,7 +43,7 @@ export default {
color: '#fff9'
}
},
color: ['#59CBE8', '#E93CAC', '#FF7345', '#9452FF', '#6A6E87', '#52FFF1'],
color: ['#E02094', '#F0D63C', '#1A99FF'],
grid: {
top: '30%',
left: 0,