图表组件完善
parent
b1478f5f86
commit
32868dd4ca
|
|
@ -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: {
|
||||
|
|
|
|||
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue