Kendo UI chart series lables rendered incorrectly in PDF generation

JAM

I'm using the Kendo UI dataviz ASP.NET MVC framework for rendering charts, like the example given here (using the ASP.NET MVC version).

The graphs and the series lables renders fine in the browser:

Browser snapshot

For generating the PDF, I use the Rotativa framework - using the wkhtmltopdf tool to convert html content to PDF.

The graph renders perfectly in the PDF, however the series lables on the top is rendered incorrectly:

PDF snapshot

As you can see, there is plenty of room for the labels to span out - but they are being rendered "randomly" on top of each other.

I have multiple graphs in the same exported PDF, and the all the labels for all the charts are incorrectly placed.

Here is my rotativa action result settings:

return new ViewAsPdf("Reports/_ReportBaseIndex", FilterData)
    {
        PageOrientation = ExportOrientation,
        CustomSwitches = "--disable-smart-shrinking --print-media-type --zoom 0.75 --javascript-delay 1000"
    };

Is there any way to fix the lables? Is it possible to statically place the labels, or do I have to recalculate the label positions? If so, how do I do that?

JAM

Our solution was to replace the PDF generator to Evo Pdf.

This fixed all of the rendering problems for us.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Kendo UI for MVC: Export to Pdf not working

From Dev

Kendo UI Scheduler incorrectly converting times, adding and subtracting hours backwards

From Dev

Adding date to pdf export in Kendo UI

From Dev

Kendo UI pie chart label overlap

From Dev

Kendo UI Angular Chart multi axis support

From Dev

Kendo UI Angular 2+ Chart - Series Tooltip Template - Access to Category Value and Other Data

From Dev

Kendo UI Bar chart series name from remote data

From Dev

How to wire Kendo UI Angular Chart to a datasource?

From Dev

Kendo UI for Angular Chart Get Selection?

From Dev

Category labels on a kendo UI bar chart

From Dev

Javascript is rendered incorrectly

From Dev

Kendo Chart, overlay of two series

From Dev

highcharts drilldown column chart change Aaxis lables

From Dev

How to make bar thicker in Kendo UI chart?

From Dev

Kendo UI & AngularJS Notification CSS works incorrectly

From Dev

AlertDialog with NumberPicker rendered incorrectly

From Dev

Kendo UI chart tooltip and redraw

From Dev

Kendo UI Chart X-Axis in hours

From Dev

Kendo Chart : Order of drawing for the series?

From Dev

Kendo line chart - series name with labels in two rows

From Dev

Hover color on Kendo UI Bar Chart bars

From Dev

Kendo UI Chart Structure got messed on refresh

From Dev

Kendo chart legend series style

From Dev

How can I combine "verticalRangeArea" with line chart in Kendo UI Chart?

From Dev

Group and Stack data in Kendo UI Chart

From Dev

Triggering resize of Kendo UI Chart in VueJS?

From Dev

Mathjax is incorrectly rendered

From Dev

Kendo chart grouped series sort issue

From Dev

Kendo UI Multi-axis chart datasource

Related Related

HotTag

Archive