Unplanned
Last Updated: 19 Sep 2023 18:40 by Mohamed
Created by: Mohamed
Comments: 0
Category: Charts
Type: Bug Report
1

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 ?