ant-design-charts-blazor icon indicating copy to clipboard operation
ant-design-charts-blazor copied to clipboard

Is it possible use combo chart?

Open jhwangs opened this issue 4 years ago • 3 comments

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

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

GroupedColumnLine StackedColumnLine DualLine ColumnLine

jhwangs avatar Nov 30 '21 20:11 jhwangs

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 avatar Jan 05 '22 22:01 bezysoftware

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>

jhwangs avatar Mar 07 '22 16:03 jhwangs

Have you try to use ?

DrTekno avatar Mar 08 '22 09:03 DrTekno