This is a migrated thread and some comments may be shown as answers.

[Solved] Negative bar chart.

1 Answer 88 Views
Chart
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Sushim
Top achievements
Rank 1
Sushim asked on 31 Mar 2012, 04:45 PM
Bar chart is negative even if the values is positive.Why I am I encountering this problem? Please can anyone help??

1 Answer, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 02 Apr 2012, 07:14 AM
Hi,

This is a known issue that occurs when the Chart is used with jQuery UI on the page. The bug is already fixed in our internal builds.

For the moment you can disable the transitions as a workaround:
<%= Html.Telerik().Chart(Model)
    .Transitions(false)
...
%>


I hope this helps.

Kind regards,
Tsvetomir Tsonev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now.
Tags
Chart
Asked by
Sushim
Top achievements
Rank 1
Answers by
T. Tsonev
Telerik team
Share this question
or