Hi Syncfusion Team, I am building a stacking bar chart dynamically. Which means that I will have different yName for the data source every time. Here is my code:
And the below figure is the result:
But when I use static code instead of dynamic code, for example:
It will render the chart correctly:
Why will this happen? And how can I solve this problem? Thank you!