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

Format Legend

2 Answers 54 Views
Chart (HTML5)
This is a migrated thread and some comments may be shown as answers.
George
Top achievements
Rank 1
George asked on 23 Jul 2013, 12:46 AM
How do I format the legend of a doughnut and pie chart when one of the axis is a date field represented as a string? Sample data:

DataPoint Group By
100.00 1/1/2013
200.00 2/1/2013
350.00 3/1/2013

"Group By" is of type string in my class. Please see attached image for a visual explanation.

2 Answers, 1 is accepted

Sort by
0
Danail Vasilev
Telerik team
answered on 25 Jul 2013, 05:35 PM
Hello George,

I am sorry to say that the desired functionality is not available in the RadHtmlChart yet. This, however, would be possible when the ClientTemplates functionality is being implemented. Therefore I have logged your idea in our feedback portal here, so that you can monitor, comment or raise it priority by voting on it.

As a small token of gratitude for sharing your ideas with us I have updated your Telerik points.


Regards,
Danail Vasilev
Telerik
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 RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
George
Top achievements
Rank 1
answered on 25 Jul 2013, 06:12 PM
Thanks Danail. As a workaround for others just change the field to something that won't be interpreted as a date. For Example:

Instead Of: 1/1/2013
Try: Date: 1/1/2013
Or: [1/1/2013]

Anything that won't validate as a date will work.
Tags
Chart (HTML5)
Asked by
George
Top achievements
Rank 1
Answers by
Danail Vasilev
Telerik team
George
Top achievements
Rank 1
Share this question
or