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

[Bug] Setting seriesField in a 3D bar chart can cause chart drawing to fail #1646

Closed
changshou83 opened this issue Nov 29, 2023 · 0 comments · Fixed by #1695
Closed

[Bug] Setting seriesField in a 3D bar chart can cause chart drawing to fail #1646

changshou83 opened this issue Nov 29, 2023 · 0 comments · Fixed by #1695
Assignees
Labels
bug Something isn't working
Milestone

Comments

@changshou83
Copy link

Version

1.6.3

Link to Minimal Reproduction

https://www.visactor.io/vchart/demo/chart-3d/bar3d

Steps to Reproduce

  1. 在 data.values 中的每一项都添加type属性,例如:
        { type: '1', month: 'Monday', sales: 22 },
        { type: '1', month: 'Tuesday', sales: 13 },
        { type: '1', month: 'Wednesday', sales: 25 },
        { type: '2', month: 'Thursday', sales: 29 },
        { type: '2', month: 'Friday', sales: 38 }
  1. 在spec中添加 seriesField 属性,值为 type

Current Behavior

图表正常绘画

Expected Behavior

图表没有绘画成功

Environment

- OS:
- Browser:
- Framework:

Any additional comments?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants