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

RadPivotGrid RadHtmlChart Integration

2 Answers 46 Views
Chart (HTML5)
This is a migrated thread and some comments may be shown as answers.
Tim
Top achievements
Rank 1
Tim asked on 02 Jul 2014, 09:55 AM
Dear all,

I'm following this demonstration attempting to link an RadHtmlChart to the RadPivotGrid, however I think there's a bug that the radhtmlchart is not reading my item value correctly when the RadPivotGrid's item has zero value (see attachment1). 

From my investigation, I attempted to fix it by changing this part of code (see attachment2), instead of inserting item.YValue = null I use item.YValue = 0, however, the problem of this method is that the zero values will overlap others. So I wonder if there's a proper solution to this issue? Please kindly advise, thanks!

Regards.

2 Answers, 1 is accepted

Sort by
0
Tim
Top achievements
Rank 1
answered on 02 Jul 2014, 11:25 AM
Demo link:

http://demos.telerik.com/aspnet-ajax/pivotgrid/examples/applicationscenarios/chartintegration/defaultcs.aspx

0
Danail Vasilev
Telerik team
answered on 04 Jul 2014, 10:08 AM
Hi Tim,

This is a known issue with the control that has already been logged here. You can monitor, comment and raise its priority by voting on it. For the time being you can assign zero values instead of Nullable ones.

Regarding the overlapping issue with zero added values could you please elaborate more into it?

Regards,
Danail Vasilev
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Chart (HTML5)
Asked by
Tim
Top achievements
Rank 1
Answers by
Tim
Top achievements
Rank 1
Danail Vasilev
Telerik team
Share this question
or