图表组件完善

main
userName 2025-04-01 10:48:41 +08:00
parent b1478f5f86
commit 32868dd4ca
2 changed files with 4 additions and 4 deletions

View File

@ -11,9 +11,9 @@ export const includes = ['legend', 'xAxis', 'yAxis', 'grid']
const option = {
textBtnArr: [
{ label: '按年', value: '3' },
{ label: '按日', value: '1' },
{ label: '按月', value: '2' },
{ label: '按日', value: '1' }
{ label: '按年', value: '3' },
],
color: [],
legend: {

View File

@ -11,9 +11,9 @@ export const includes = ['legend', 'xAxis', 'yAxis', 'grid']
const option = {
textBtnArr: [
{ label: '按年', value: '3' },
{ label: '按日', value: '1' },
{ label: '按月', value: '2' },
{ label: '按日', value: '1' }
{ label: '按年', value: '3' },
],
color: [],
legend: {