Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LineMulti 显示出来是柱状图,应该是折线图 #576

Closed
suisou opened this issue Jun 7, 2023 · 2 comments
Closed

LineMulti 显示出来是柱状图,应该是折线图 #576

suisou opened this issue Jun 7, 2023 · 2 comments

Comments

@suisou
Copy link

suisou commented Jun 7, 2023

版本号:

3.5.1

问题描述:

LineMulti 显示出来是柱状图

截图&代码:

<LineMulti :chartData="chartdata"></LineMulti>

chartdata:
[
{
"name": "1月",
"value": 320,
"type": "2021"
},
{
"name": "2月",
"value": 457,
"type": "2021"
},
{
"name": "3月",
"value": 182,
"type": "2021"
},
{
"name": "1月",
"value": 240,
"type": "2022"
},
{
"name": "2月",
"value": 357,
"type": "2022"
},
{
"name": "3月",
"value": 456,
"type": "2022"
}
]

image

友情提示(为了提高issue处理效率):

  • 未按格式要求发帖,会被直接删掉;
  • 请自己初判问题描述是否清楚,是否方便我们调查处理;
  • 描述过于简单或模糊,导致无法处理的,会被直接删掉;
@zhangdaiscott
Copy link
Member

sq

@lsqGitHub716
Copy link

已修改,下版本发布

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants