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
The chart places one anchor per item at the radius of it’s slice that gets named "item-" (outer radius) and "item--inner" (inner radius), where index is the index of the sclice data in data.
Given the above, I would expect to be able to use an anchor like item-1 to reference the chart slices; however, the following code panics with Anchor 'item-1' not in anchors ("default", "chart", "legend", "center") for element 'pie'
Citing from the manual for the
piechart
function:Given the above, I would expect to be able to use an anchor like
item-1
to reference the chart slices; however, the following code panics withAnchor 'item-1' not in anchors ("default", "chart", "legend", "center") for element 'pie'
The text was updated successfully, but these errors were encountered: