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

Printing / Capturing in PDF files

1 Answer 233 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Rodney
Top achievements
Rank 2
Rodney asked on 11 Apr 2012, 11:35 PM
In Chrome when I try to print the Demo Pie Chart, not all of the color is filled in and it looks really bad. I want to use the KendoUI pie chart but my users need to be able to print it or capture it into a PDF file using WebGrabber. Is there a property that is needed to be set to allow clean printing? See attached Gif for additional details.

1 Answer, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 16 Apr 2012, 01:52 PM
Hi Rodney,

This is a known chromium issue with printing SVG elements with linear gradients. As a workaround you could turn off the chart's gradients through the overlay option. As an example:
seriesDefaults: {
    labels: {
        visible: true,
        format: "{0}%"
    },
    overlay: "" //turns off the gradients
}


All the best,
Alexander Valchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Charts
Asked by
Rodney
Top achievements
Rank 2
Answers by
Alexander Valchev
Telerik team
Share this question
or