Giter Club home page Giter Club logo

Comments (13)

mrchief avatar mrchief commented on September 22, 2024

I'm facing this issue too. Apparently this happens for newer highcharts version (like 2.3). With v2.2.5, this doesn't happen.

from highcharts-export-module-asp.net.

Tek4 avatar Tek4 commented on September 22, 2024

Most likely another bug with Svg.dll, but if it only recently appeared it
could be worth posting as an issue to Highcharts. Perhaps they can find a
workaround to avoid the Svg.dll bug.

from highcharts-export-module-asp.net.

mrchief avatar mrchief commented on September 22, 2024

Yeah. Seems like that.

The box is actually the tooltip. Although set to visibility:hidden it shows up. Even in Inkscape. Older versions highcharts (v2.2.5) were setting the height/width to zero but the latest one (v2.3) seems to set a height/width of 10 which is why it appears.

The workaround is to disable tooltip while exporting

chart.exportChart({ url:'...'}, {tooltip: {enabled:false}});

There are other issues though - such as elongated line on a pie chart for small values.

from highcharts-export-module-asp.net.

Tek4 avatar Tek4 commented on September 22, 2024

Fine work! Thanks for sharing your workaround.

from highcharts-export-module-asp.net.

ChiefDog avatar ChiefDog commented on September 22, 2024

Great. Thanks for the quick response!

from highcharts-export-module-asp.net.

 avatar commented on September 22, 2024

The workaround is not working for me. Can you tell me what is wrong with my code?

                       exporting: {
                            enabled: true,
                            buttons: {
                                exportButton: {
                                    onclick: function () {
                                        chart.exportChart(null, { tooltip: { enabled: false} });
                                    }
                                }
                            }
                        }

from highcharts-export-module-asp.net.

drbombay14 avatar drbombay14 commented on September 22, 2024

Disabling tooltips works perfectly, here's my settings:

exporting: {
    buttons: {
        exportButton: {
            onclick: function() {
                this.exportChart({
                    type: 'image/png'
                }, {
                    tooltip: {enabled: false}
                })
            }
        }
    }
}

from highcharts-export-module-asp.net.

jdimov avatar jdimov commented on September 22, 2024

I have reported issue's description here:
http://highslide.com/forum/viewtopic.php?f=9&t=21294

There is white squire in top-left angle which is not visible on the chart. It's a hidden tooltip.

Also I can see white borders in stackbar charts between stack pieces which are not displayed in component. The 'borderWidth' property in PlotOptions/Column is set to value 0.

Thank you
Yordan

from highcharts-export-module-asp.net.

jdimov avatar jdimov commented on September 22, 2024

Is there any progress for this issue?

from highcharts-export-module-asp.net.

Tek4 avatar Tek4 commented on September 22, 2024

Ensure that you have the latest copy of Highcharts. I am not aware of progress on this issue, yet the latest release addressed a very significant number of issues. Please report if it is solved.

http://www.highcharts.com/download

from highcharts-export-module-asp.net.

Tek4 avatar Tek4 commented on September 22, 2024

Again, I want to re-iterate that rendering issues CANNOT be fixed by this project. This project does NO RENDERING and only supplies the "plumbing" for ASP.NET. It uses the "SVG Rendering Engine" below:

http://svg.codeplex.com/

It is unfortunate that the third-party SVG project seems to have little---if any---ongoing activity. Rendering errors would be best addressed by progress on that project. Short of that, work-arounds might be found via clever coding.

It is possible that the authors of Highcharts might incorporate a simple work-around into their product if it is clearly identified to them. However, I very much doubt they would expend much effort catering to anything beyond the extremely minor.

from highcharts-export-module-asp.net.

Tek4 avatar Tek4 commented on September 22, 2024

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!

from highcharts-export-module-asp.net.

imclem avatar imclem commented on September 22, 2024

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

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.