ant-design-charts-blazor
ant-design-charts-blazor copied to clipboard
A Blazor chart library, based on G2Plot
MILESTONE July 2020 # Charts - [x] Line - 折线图 - [x] StepLine - 阶梯折图 - [x] Area - 面积图 - [x] StackedArea - 堆叠面积图 - [x] Column - 柱状图...
Hi All, I have tried to change the width of the chart via Config => Width. But that does not work! Currently, a chart takes the whole line, which looks...
when page resize, update the bar height according to the actual window size, the updateConfig function will not work as expected. example below shows update config when click button `...
如何动态改变数据 There are no examples 请求接口之后 怎么重新渲染,找了半天也不知道怎么做
试了很多配置都没成功
Could someone provide me a snippet on how to change this property? `[JsonPropertyName("totalLabel")] public string TotalLabel { get; set; }`  Now it is chinese and in an english based...
 不加时正常显示,加了使整个图表都不显示。我需要用这个属性来设置环形图中心文字
 1.怎么设置图例才能让图例文字显示完整?同时又不要和左侧环形图叠加起来。 2.是否可以考虑加配置,可设置为图例优先显示,然后环形图根据图例宽度(高度)和总宽度(总高度)自动调整?谢谢!
based on the demo for the pie chart, when I change the label to: Label = new PieLabelConfig() { Visible = true, Type = "spider", }  When set to...
I have a donut chart defined with: ``` protected DonutConfig ConfigSpreading { get; private set; } = new DonutConfig { ForceFit = true, Color = new[] { "#314A9B", "#9D4FA0", "#E45E8D",...