Kendo Chart render issue

0 Answers 10 Views
Charts
Benjamin
Top achievements
Rank 2
Iron
Iron
Veteran
Benjamin asked on 29 May 2025, 09:26 AM

My chart gets cut off

current issue

 

But it seems to be working properly on dojo

 

I have copied all my CSS and JS used on my site to dojo, but I still don't understand why it is not working on my site.

as the site is an internal site, I am not able to provide a link to the actual site.

Benjamin
Top achievements
Rank 2
Iron
Iron
Veteran
commented on 30 May 2025, 07:19 AM

alter css and markup with the following


 <div class="col-sm-7" style="height:480px">
     <div id="ohi-chart" style="width: 100%; height:100%;"></div>
 </div>

The chart height seems ok, but categories are still not shown.

Neli
Telerik team
commented on 03 Jun 2025, 06:49 AM

Hi Benjamin,

It is hard to suggest a reason for the observed issue without being able to replicate locally. What I would suggest is to remove all the styles and scripts that are not Kendo related and test the behavior. I see that you are using Bootstrap. Please try to test what is the appearance of the Chart component if Bootstrap is not used on the page.

Looking forward to your reply.

Regards,
Neli
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Benjamin
Top achievements
Rank 2
Iron
Iron
Veteran
commented on 03 Jun 2025, 07:40 AM

i finally found the issue to be due the the fill attribute for <text> for the chart is set to none. 

No answers yet. Maybe you can help?

Tags
Charts
Asked by
Benjamin
Top achievements
Rank 2
Iron
Iron
Veteran
Share this question
or