dc-js / react-dc-js

Multi-dimensional charting based on dc.js for React
Apache License 2.0
35 stars 6 forks source link

How can we set a filter prop for bar chart in react-dc-js? #262

Open Physicalpixel opened 9 months ago

Physicalpixel commented 9 months ago

How can we use a filter ={[[option1, option2]]} for Bar chart?

I get an error which says: image

I have gotten as far as identifying a similar issue mentioned here for dc-js: https://groups.google.com/g/dc-js-user-group/c/azOg_Tq_ufg

I am unable to use this in react-dc-js

Can someone help me with this?