ant-design-blazor/ant-design-charts-blazor

G2Plot 2.0 Upgrade Milestone

superjerry88 opened this issue · 5 comments

G2Plot 2.0 Upgrade Milestone

Source: https://g2plot.antv.antgroup.com/en/manual/upgrade
PR: (#102)

Abandoned charts

  • Bubble
  • StackedColumn
  • GroupedColumn
  • PercentStackedColumn (missing isStack , isPercent)
  • RangeColumn (missing isRange)
  • StackedBar (missing isStack)
  • PercentStackedBar (missing isStack, isPercent)
  • RangeBar (missing isRange)
  • Donut
  • DualLine
  • ColumnLine (missing demo)
  • StackedColumnLine (missing demo)
  • GroupedColumnLine (missing demo)
  • StackedArea
  • PercentStackedArea
  • StepLine

Configuration change

  • title (obsolete)
  • description (obsolete)
  • forceFit (obsolete, replaced with autoFit) (#99)
  • responsive (obsolete)
  • guideLine (obsolete, replaced with annotation)
  • label
  • slider
  • scrollbar
  • events
  • visible
  • animation

Private configuration

  • Scatter
  • Rose
  • Bullet
  • WordCloud
  • TinyArea、TinyColumn、 TinyLine
  • Gauge
  • Radar
  • Liquid

@ElderJames for this milestone, we are planning to include updates for the docs in AntDesign.Charts.Docs/Demos/ following V2 structure (https://charts.ant.design/en/examples/line/basic#line) for showcasing the new V2 example and charts.

Will this break the main AntBlazor demo and how should we approach the localization issue ? The current menu.json is only in chinese.

I know the problem. We need to rebuild a documentation site and localize it to support both English and Chinese.

BTW, I want to strip the documentation project from the AntDesign project so that it can be reused in different projects.

i see, that's good to know. I will temporary just update the current code usage demo following V2 as i go about it, hopefully this can lessen the migration effort once the new documentation project is ready.

h4n0 commented

Could anyone explain why the donut chart is planned to be deprecated? Would there be alternatives?

@h4n0 , this is in accordance to the upgrade guide from G2Plot. You can use the Pie component to render your donut chart. You may check the demo.