You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: