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

A Blazor chart library, based on G2Plot
https://ant-design-blazor.github.io/ant-design-charts-blazor/
Apache License 2.0
172 stars 39 forks source link

Is it possible use combo chart? #67

Open jhwangs opened 2 years ago

jhwangs commented 2 years ago

There's an example on the website, but can not use that me.

https://antblazor.com/en-US/charts/combo

GroupedColumnLine StackedColumnLine DualLine ColumnLine

bezysoftware commented 2 years ago

Use DualAxes as shown here: https://github.com/ant-design-blazor/ant-design-charts-blazor/blob/master/src/AntDesign.Charts.Docs/Demos/Combo/DualLine_Combo_Chart.razor

jhwangs commented 2 years ago

i developed a web site by ver 0.2.1 and there're combo chart. but disappeared after upgrade to 0.2.2 on nuget. so I had no choice but to downgrade it to 0.2.1

GroupedColumnLine StackedColumnLine DualLine ColumnLine

On Mon, Mar 7, 2022 at 5:27 AM DrTekno @.***> wrote:

Use DualAxes as shown here: https://github.com/ant-design-blazor/ant-design-charts-blazor/blob/master/src/AntDesign.Charts.Docs/Demos/Combo/DualLine_Combo_Chart.razor @bezysoftware https://github.com/bezysoftware using the same code i'm getting this error [image: image] https://user-images.githubusercontent.com/33718346/157043020-a90e3b79-b8fb-4381-a33b-6322b443be30.png

may you help me find where's the problem?

— Reply to this email directly, view it on GitHub https://github.com/ant-design-blazor/ant-design-charts-blazor/issues/67#issuecomment-1060686256, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWXGNYJ4INMMSKSPKR7W363U6X72VANCNFSM5JCZGGAQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.*** com>

DrTekno commented 2 years ago

Have you try to use ?