You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
514 B
26 lines
514 B
|
|
{
|
|
"line":{
|
|
"name":"折线图表",
|
|
|
|
"LineStackedArea":{
|
|
"id":"lsa",
|
|
"name":"面积折线图",
|
|
"component":"LineStackedConmmon.vue",
|
|
"boxWidth":700,
|
|
"boxHeight":500,
|
|
"smooth":1
|
|
},
|
|
"LineStack":{
|
|
"id":"ls",
|
|
"name":"折线图",
|
|
"component":"LineStackedConmmon.vue",
|
|
"boxWidth":700,
|
|
"boxHeight":500,
|
|
"smooth":0
|
|
}
|
|
}
|
|
|
|
|
|
|
|
}
|