Giter Club home page Giter Club logo

Comments (4)

Tek4 avatar Tek4 commented on June 20, 2024

gychoy,

The ProcessExportRequest() method in the ExportChart class receives the HTTP form POST variables from Highcharts. The SVG variable contains the SVG data that represents the chart. This SVG data is passed on--untouched--to the SVG engine (svg.dll).

Hence, there is nothing in the code that alters the appearance of the chart.

If there is an appearance issue, then it is either: (1) Highcharts is exporting incorrect SVG; or, (2) There is an issue with the SVG engine (which is a separate project from this export module).

In your case, I would investigate the raw SVG code to see if the step values appear properly. This may be a Highcharts issue.

from highcharts-export-module-asp.net.

gychoy avatar gychoy commented on June 20, 2024

Thanks, I'll check it out.

I tested this with "http://export.highcharts.com" by flipping the url and they seem to handle the scenario. I think they may have modified the svg code further before rendering.

from highcharts-export-module-asp.net.

Tek4 avatar Tek4 commented on June 20, 2024

That URL uses a different SVG engine. I'd like to hear further on what you find. It would be nice if the SVG engine project was more active, and fixing bugs.

from highcharts-export-module-asp.net.

Tek4 avatar Tek4 commented on June 20, 2024

Appears to be an issue with SVG Rendering Engine (svg.dll) which is a third-party project at http://svg.codeplex.com/

Hopefully there will be renewed interest in that project to fix bugs!

from highcharts-export-module-asp.net.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.