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

Render chart as image

1 Answer 124 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Aaron
Top achievements
Rank 2
Aaron asked on 02 Mar 2015, 10:34 PM
Hi

We are currently working on a dashboard for a client which renders a number of charts at the same time.
The dashboard is driven by a commercial media device that is has low specifications and currently has trouble rendering the graphs correctly.

Is it possible to render the graphs as images? The dashboards do not required user interaction or animations.

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 03 Mar 2015, 02:12 PM
Hi Aaron,

For your scenario I would suggest to render the chart as "canvas": 
$("#chart").kendoChart({
  //....
  renderAs: "canvas"
});

Regards,
Iliana Nikolova
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
Asked by
Aaron
Top achievements
Rank 2
Answers by
Iliana Dyankova
Telerik team
Share this question
or