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

D3 5.16.0: data.labels.format regression #2882

Open
florentmontesano opened this issue Jun 7, 2023 · 0 comments
Open

D3 5.16.0: data.labels.format regression #2882

florentmontesano opened this issue Jun 7, 2023 · 0 comments

Comments

@florentmontesano
Copy link

florentmontesano commented Jun 7, 2023

Found a regression in data.labels.format:
The j parameter used to be the sub index of the data point but is now an array of SVGTextElement. Might be a regression due to the new d3.js version.
Below the CodePen showing the issue.

Before (D3 3.5.16): https://codepen.io/florentmontesano/pen/PoxoBYG
After (D3 5.16.0): https://codepen.io/florentmontesano/pen/jOQOKjG

  • C3 version: 0.7.20
  • D3 version: 5.16.0
  • Browser: Chrome 114.0.5735.110
  • OS: Windows 10
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

1 participant