Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stacked column component is not being recognized #84

Open
soomon opened this issue Jun 24, 2022 · 4 comments
Open

Stacked column component is not being recognized #84

soomon opened this issue Jun 24, 2022 · 4 comments

Comments

@soomon
Copy link

soomon commented Jun 24, 2022

Hello,

I got a server side blazor app with dotnet core 6, AntDesign and Antdesign.Charts.
AntDesign version: 0.11.0
AntDesign.Charts version 0.23
My IDE is Jetbrains Rider
Dotnet --version: 6.0.301

My first PieChart works without issues.
The PieChart component is recognized by the compiler using this code:

I'm now trying to implement stacked columns from https://antblazor.com/en-US/charts/column , but it is not being recognized.
I tried the example code:
It does not show up in the same color as the recognized component.
<AntDesign.Charts.StackedColumn Data="data2" Config="config2" OtherConfig="config2_2" /> causes the same issue.

When I copy #region 示例2 from the example code to my @code() section, lots of compile errors show up:
Cannot resolve symbol 'StackedColumnConfig' Cannot resolve symbol 'ForceFit' Cannot resolve symbol 'Title'
and more

My intellisense works. when I type <colu it shows me:

Column (in Antdesign)
Column (in Antdesign.Charts)
ColumnBase (in Antdesign)
ActionColumn (in Antdesign.Charts)
TinyColumn (in Antdesign.Charts)
But stacked columns do not show up. It's as it would not exist.

Would anybody know how to fix this?

Thanks!

@gieldid
Copy link

gieldid commented Oct 5, 2022

The same thing happens for the calendar chart and many of the bar charts. It seems like the documentation is not up to date.

@dkosinskyi
Copy link

User property
SeriesField
in ColumnConfig and you will got StackedColumn

@ElderJames
Copy link
Member

Hello @dkosinskyi , would you be interested in helping maintain the library?

@dkosinskyi
Copy link

@ElderJames Hi. Sorry, I don't have enough time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants