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
I did notice a type issue when trying to use cellFilter in legendColor. Looking at the interfaces, it seems to me that the cellFilter method miss one argument ?
regarding the documentation : "This function is run as a filter function against the array of cells. If you have a function(d){ return true or false }, d has a .data and a .label property"
Thanks!
The text was updated successfully, but these errors were encountered:
Hi Susie,
Thanks for your amazing job !
I did notice a type issue when trying to use cellFilter in legendColor. Looking at the interfaces, it seems to me that the cellFilter method miss one argument ?
types/d3-svg-legend.d.ts : line 12
regarding the documentation : "This function is run as a filter function against the array of cells. If you have a function(d){ return true or false }, d has a .data and a .label property"
Thanks!
The text was updated successfully, but these errors were encountered: