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"
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!