ant-design-blazor / ant-design-blazor/ant-design-charts-blazor
G2Plot 2.0 Upgrade Milestone
- Dominant language
- C#
- Stars
- 186
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
# G2Plot 2.0 Upgrade Milestone
Source: https://g2plot.antv.antgroup.com/en/manual/upgrade
PR: (https://github.com/ant-design-blazor/ant-design-charts-blazor/pull/102)
## Abandoned charts
- [x] Bubble
- [x] StackedColumn
- [x] GroupedColumn
- [x] PercentStackedColumn (missing isStack , isPercent)
- [x] RangeColumn (missing isRange)
- [x] StackedBar (missing isStack)
- [x] PercentStackedBar (missing isStack, isPercent)
- [x] RangeBar (missing isRange)
- [x] Donut
- [x] DualLine
- [x] ColumnLine (missing demo)
- [x] StackedColumnLine (missing demo)
- [x] GroupedColumnLine (missing demo)
- [x] StackedArea
- [x] PercentStackedArea
- [x] StepLine
## Configuration change
- [x] title (obsolete)
- [x] description (obsolete)
- [x] forceFit (obsolete, replaced with autoFit) (https://github.com/ant-design-blazor/ant-design-charts-blazor/pull/99)
- [x] responsive (obsolete)
- [x] guideLine (obsolete, replaced with annotation)
- [x] label
- [x] slider
- [x] scrollbar
- [ ] events
- [ ] visible
- [x] animation
## Private configuration
- [x] Scatter
- [x] Rose
- [x] Bullet
- [ ] WordCloud
- [ ] TinyArea、TinyColumn、 TinyLine
- [x] Gauge
- [x] Radar
- [x] Liquid
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.