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

Is it possible to render charts as SVG or Canvas?

2 Answers 187 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Julian
Top achievements
Rank 1
Julian asked on 04 Sep 2012, 10:19 AM
I have a client who is happy with Telerik apart from the fact that the charts are rendered as images - this means there is no mouse hover functionality available.

Is it possible to render the charts as SVG or Canvas? If not, is it possible and/or feasible to embed Google charts into the report. I noticed that there is an HtmlTextbox control that in theory I could use.

2 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 04 Sep 2012, 01:47 PM
Hello Julian,

The current chart item in Telerik Reports is rendered as an image in all formats. You can use external chart component if desired, but the only way to display it in a report would be via the PictureBox report item, which naturally expects image formats supported by GDI+ (BMP, GIF, JPEG, EXIF, PNG and TIFF).

Regards,
Steve
the Telerik team

BLOGGERS WANTED! Write a review about Telerik Reporting or the new Report Designer, post it on your blog and get a complimentary license for Telerik Reporting. We’ll even promote your blog and help bring you a few fresh readers. Yes, it’s that simple. And it’s free. Get started today >

0
Julian
Top achievements
Rank 1
answered on 04 Sep 2012, 01:52 PM
I've performed a proof of concept to show that it is indeed possible to embed a google chart into a report using the htmltextbox element.

I did this with predefined data. The hard part is parsing the report definition to determine what charts are contained in the report, what type are they (pie, bar) and the data that is used.

I've no idea if this is feasible...
Tags
General Discussions
Asked by
Julian
Top achievements
Rank 1
Answers by
Steve
Telerik team
Julian
Top achievements
Rank 1
Share this question
or