Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export not working properly for Bar Charts #1

Closed
dhruvjoshi opened this issue Jun 28, 2011 · 14 comments
Closed

Export not working properly for Bar Charts #1

dhruvjoshi opened this issue Jun 28, 2011 · 14 comments

Comments

@dhruvjoshi
Copy link

Hi,

I downloaded the project and tried to use it. I found some issues with exporting.
The export is not working fine for BAR charts for following options(Prints link a column chart.)

  1. Png
  2. Jpeg
  3. Pdf

Works fine for svg image.

@imclem
Copy link
Owner

imclem commented Jul 5, 2011

Hi,

I'm trying to understand what is not working properly, but i'm not familiar with svg files, i'm just using a C# lib to transform SVG to png,jpeg, and pdf.

Svg is ok because there's no transformation for this kind of file just a simple download, and for other there are some...

@dhruvjoshi
Copy link
Author

Hi,

When a BAR chart is exported, it exports as a column chart for all the options except svg image.
I changed the chart type to 'Bar' in the sample code provided by you. After that exported the data in various formats.

Thanks...

@imclem
Copy link
Owner

imclem commented Jul 6, 2011

I will try to convert BAR chart using one other library, let me just a little time i've some pending works for the moment.

@dhruvjoshi
Copy link
Author

No problem....
Thanks...

@dhruvjoshi dhruvjoshi reopened this Jul 6, 2011
@hussainms
Copy link

Me have the same issue. Waiting for the response.

@Tek4
Copy link
Collaborator

Tek4 commented Jul 18, 2011

Checked this out... the problem is with the SVG library, not imclem's code. Not sure exactly why the library doesn't like the bar charts.

@imclem
Copy link
Owner

imclem commented Jul 19, 2011

Sorry for the waiting time, like tek4 says it's a SVG lib problem. I've not currently the time to check what i can do to solve that ... Maybe next week..

@imclem imclem closed this as completed Jul 19, 2011
@imclem imclem reopened this Jul 19, 2011
@Tek4
Copy link
Collaborator

Tek4 commented Jul 19, 2011

Perhaps dhruvjoshi or hussainms will publish a minimal demo on the web and open an issue on the SVG Rendering Engine project site? The SVG project has been slow, but there has been activity lately. If someone came up with a demo of SVG code that failed maybe they would fix the bug.

http://svg.codeplex.com/

@OlgaD
Copy link

OlgaD commented Aug 11, 2011

http://svg.codeplex.com/discussions/262065
http://svg.codeplex.com/workitem/10725
New Svg.dll attached to above

I have downloaded the latest Svg source code and applied changes from above links (great thanks to people who found the solutions). Built new dll, seems to work now with Bar graphs, however did not have time to do a full test.

@Tek4
Copy link
Collaborator

Tek4 commented Aug 11, 2011

Thanks OlgaD, I will try your dll. Also, I have completely re-written the export module to provide many improvements and have permission from imclem to upload it here. I will try to get that done. Let me know your interest level and I will expedite, if necessary.

@OlgaD
Copy link

OlgaD commented Aug 11, 2011

Hello!
We would be extremely interested in your improvements for our project!!!
We will be starting to work on Highcharts export in September, so there is no need to rush on our part.

Thank you very much.
Sincerely yours.
Olga

--- On Thu, 8/11/11, Tek4 reply@reply.github.com wrote:

From: Tek4 reply@reply.github.com
Subject: Re: [Highcharts-export-module-asp.net] Export not working properly for Bar Charts (#1)
To: olga_demi@yahoo.com
Date: Thursday, August 11, 2011, 12:13 PM

Thanks OlgaD, I will try your dll. Also, I have completely re-written the export module to provide many improvements and have permission from imclem to upload it here. I will try to get that done. Let me know your interest level and I will expedite, if necessary.

Reply to this email directly or view it on GitHub:
#1 (comment)

@imclem
Copy link
Owner

imclem commented Aug 16, 2011

Not logged in since a long time, i will commit the project with the new SVG.dll.

I hope tek4 could commit in a few days :P

@imclem
Copy link
Owner

imclem commented Aug 18, 2011

Thanks to Olga D it's working perfectly with the Svg.dll i will commit this evening.

@imclem imclem closed this as completed Aug 18, 2011
@Tek4
Copy link
Collaborator

Tek4 commented Jul 25, 2013

UPDATE: There appears to be a fork of the SVG.dll project in active development here: https://github.com/vvvv/SVG --- let us know if you try it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants