修改单批次折线图为柱状图

This commit is contained in:
Cool 2024-05-31 14:49:19 +08:00
parent e793f86ccd
commit b97af54042
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ export default {
series: [
{
data: yData,
type: 'line',
type: 'bar',
itemStyle: {
normal: {
label: {