imclem / Highcharts-export-module-asp.net

This module allows you to export chart on your own asp.net server.
Other
110 stars 72 forks source link

SVG.dll not converting wrapped text #16

Closed anup24goswami closed 9 years ago

anup24goswami commented 11 years ago

Hi Team Github, We are using Highcharts to show our reports in the form of charts. We are taking the SVG from Highchart directly and converting it into images by using SVG.dll which we downloaded from below URL: https://github.com/imclem/Highcharts-export-module-asp.net But in this conversion we are facing few issues: A. Whenever we wrapped the text on X-Axis or Y-Axis the same text display on reports properly:

image

When we are taking the SVG of above chart it showing the wrapped text in SVG:

"WashingtonAdventistHospital"

But when we are converting the same SVG to image by using of SVG.dll then in images we are not getting the wrapped text properly. It removed the second row and onwards of the wrapped text:

image

Note: Due to some restrictions we can’t use the Export Server of Highcharts so please provide any appropriate solution except using of Highchart export server.

Tek4 commented 11 years ago

SVG.dll is not developed within this project. Conversion problems with SVG.dll CANNOT be addressed here. Post issues with SVG.dll to the SVG project---

The original SVG project, which appears to no longer be active: http://svg.codeplex.com/

FYI-- You may with to check out this SVG project--which is active: https://github.com/vvvv/SVG

The GitHub project code has not been tested here. It looks promising. If anyone does so, please report back!

Thanks!

farooqahmadpk commented 10 years ago

when i export graph to png the label on yaxis not vertical it become horizontal.

imclem commented 10 years ago

Please try with this version 76cf6a397e763d16774ffa8a72bb572f2b5f7bb9 and let us know if it fixes the problem.

subasubramaniam commented 9 years ago

It helped me at right time.Thank you so much. version "76cf6a3" is working just with 2 line. But wrapped text is getting overlap when it has more than 2 line. Please help. Web page image

Exported png image

imclem commented 9 years ago

Hi DotnetPaul,

As said lot of times there, we can't unfortunately help you because we're not the developer of the rendering library. You might give a try there https://github.com/vvvv/SVG.