stacked bar Issue

1 Answer 50 Views
Charts StackLayout
Mohamed
Top achievements
Rank 1
Mohamed asked on 18 Sep 2023, 06:38 AM

Hello ,

Kindly Have issue with stacked bar when try to draw two items in chart  with specified with as the below  

<kendo-chart-series>
<kendo-chart-series-item type="bar" [stack]="{ type: '100%' }" [data]="[97]">
</kendo-chart-series-item>
<kendo-chart-series-item type="bar" [stack]="{ type: '100%' }" [data]="[7]">
</kendo-chart-series-item>

</kendo-chart-series>

the width of the first element is less than the second element as the below screen

Can Anyone help on that ?

 

1 Answer, 1 is accepted

Sort by
0
Hetali
Telerik team
answered on 19 Sep 2023, 07:22 PM

Hello Mohamed,

Thank you for reaching.

Indeed, the described behavior is a known issue on our end as seen in our GitHub Issues page. I have also logged this issue in our Kendo UI for Angular Feedback Portal page. Feel free to leave any additional comments for our developers.

To get future updates pertaining to the fix, I suggest you to follow the issue in Feedback Portal page and subscribe to the GitHub issue.

Please let me know if I can provide further assistance.

Regards,
Hetali
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources
,
Tags
Charts StackLayout
Asked by
Mohamed
Top achievements
Rank 1
Answers by
Hetali
Telerik team
Share this question
or