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

funnel - datalabels crop #2564

Closed
sebastianbochan opened this issue Jan 6, 2014 · 5 comments
Closed

funnel - datalabels crop #2564

sebastianbochan opened this issue Jan 6, 2014 · 5 comments
Labels
Status: Stale This issue hasn't had any activity for a while, and will be auto-closed if no further updates occur. Type: Enhancement

Comments

@sebastianbochan
Copy link
Contributor

Datalabels are cutted, also when crop / overflow parameters are used.

http://jsfiddle.net/d4zGF/542/

@maloner
Copy link

maloner commented Aug 24, 2015

Hi. Any update on this bug?

@sebastianbochan
Copy link
Contributor Author

Workaround: increase spacingRight parameter.

Example: http://jsfiddle.net/d4zGF/1287/

@josh-schlick
Copy link

The workaround stopped working in version 5.0.12. Still works in version 5.0.11

@pawelfus
Copy link
Contributor

pawelfus commented Jun 5, 2017

Thank you for letting us know!

Additional workaround for 5.0.12: http://jsfiddle.net/d4zGF/1513/

(function(H) {
  H.wrap(H.seriesTypes.funnel.prototype, 'placeDataLabels', function(p) {
    H.each(this.points, function(point) {
      if (point.dataLabel) {
        point.dataLabel.sideOverflow = null;
      }
    });
    p.apply(this, Array.prototype.slice.call(arguments, 1));
  });
})(Highcharts);

@stale
Copy link

stale bot commented Nov 22, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions!

@stale stale bot added the Status: Stale This issue hasn't had any activity for a while, and will be auto-closed if no further updates occur. label Nov 22, 2019
@stale stale bot closed this as completed Nov 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Stale This issue hasn't had any activity for a while, and will be auto-closed if no further updates occur. Type: Enhancement
Projects
None yet
Development

No branches or pull requests

5 participants