Note the [%27priority%27]=urgent (%27 => ') It looks like the list of groups is being assigned and not the group member. Replacing ['priority'=urgent with priority=urgent in the URL properly filters the drilldown.
The commit to fix this should also modify the test code created by @varshi-123 to detect the incorrect URL.
I think my recent changes which I made to solve issue #62 created this bug and I have made some changes into file and have push those into main. This solves the problem so kindly review it.
commit - 7de7fd9
When clicking on the bar or wedge for a single group chart (it works for stacked and multibar charts), the URL is incorrectly formed.
I see:
Note the
[%27priority%27]=urgent
(%27 => ') It looks like the list of groups is being assigned and not the group member. Replacing['priority'=urgent
withpriority=urgent
in the URL properly filters the drilldown.The commit to fix this should also modify the test code created by @varshi-123 to detect the incorrect URL.