修改单批次折线图为柱状图
This commit is contained in:
parent
e793f86ccd
commit
b97af54042
|
@ -126,7 +126,7 @@ export default {
|
|||
series: [
|
||||
{
|
||||
data: yData,
|
||||
type: 'line',
|
||||
type: 'bar',
|
||||
itemStyle: {
|
||||
normal: {
|
||||
label: {
|
||||
|
|
Loading…
Reference in New Issue