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
<VisNestedDonutdata={data}centralLabel='Central Label'centralSubLabel='Sub-label'layers={[(d: NestedDatum)=>d.group,(d: NestedDatum)=>d.subgroup,(d: NestedDatum)=>d.value,// <--- Type error on this line here]}
I'm using this as a reference for implementing a Treemap, and I'm skeptical if I should copy this API over to the new component, or if there is something wrong with the example implementation.
The text was updated successfully, but these errors were encountered:
I notice that in
there is a type error:
at this line:
I'm using this as a reference for implementing a Treemap, and I'm skeptical if I should copy this API over to the new component, or if there is something wrong with the example implementation.
The text was updated successfully, but these errors were encountered: