GithubHelp home page GithubHelp logo

Comments (6)

TorsteinHonsi avatar TorsteinHonsi commented on June 5, 2024

In another demo, areas also disappear: http://www.jsfiddle.net/9du5y/

from highcharts.

 avatar commented on June 5, 2024

Is there possibly any progress made on this issue? The only (inefficient) way I've found to work around it is to redraw the chart on cancel.

from highcharts.

TorsteinHonsi avatar TorsteinHonsi commented on June 5, 2024

Can't see how we can fix this... It is obviously connected to some layout bug in IE. I tried appending a dummy rectangale to the container after move, which helps in some cases of IE layout bugs. For now I think your workaround is the best solution.

from highcharts.

TorsteinHonsi avatar TorsteinHonsi commented on June 5, 2024

Still valid in 3.0.2

from highcharts.

KacperMadej avatar KacperMadej commented on June 5, 2024

Still valid in 5.0.7 when dragging by pie slices

from highcharts.

KacperMadej avatar KacperMadej commented on June 5, 2024

The problem appears only in case the third party sortable widget is used. It's possible to resolve the issue through calling chart / series update that will force redraw the shapes.

  $('#sortable').sortable({
    stop: function() {
        pieChart.update({
            series: [{}]
        });
    }
  });

This seems to be a more a technical support case than a bug.
Closing as possible to be resolved with provided code, but this issue could be reopened if you have more comments and info about the problem.

from highcharts.

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.