Forum Discussion
ChicletSlicer does not respond to interaction or data refresh
Hi,
I'm working with ChicletSlicer. I try to modify opened fork to add some important features, like: word wrapping, change background color on mouse over, etc.
Fork URL: https://github.com/helen508light/PowerBI-visuals-ChicletSlicer/tree/webpack_and_new_powerbiClients
I met a problem with this control after I compiled code. There is no interaction with this control. I cannot change option, cannot mousover, when I change data for this control it is not rendering inside (I have to remove and add again to have new data).
For example this control Advance Card works correctly when I compile the code:
https://github.com/bhavesh-jadav/Advance-Card
What can be a reason of that behavior? Or where can I search the solution? Which control code/class is responsible for interaction, rendering?
2 Replies
- v-evelkMicrosoft Employee
Hi,
It's definitely the bad idea to take raw fork because nobody guarantees that changes there are finished and work properly.
We postponed these changes because we're still facing an issue with filtration so, please, use or fork only original repo to be sure that everything works correctly.
Kind Regards,
Evgenii Elkin,
Software Engineer
Microsoft Power BI Custom Visuals
[email protected]- AnonymousNot applicable
Hi Evgenii,
Thank you for your answer.
Yes, I'm aware of that issues. Unfortunately master branch at this moment is incompatible with present libraries versions. On fork were made a lot of important changes and I didn't know why this branch is waiting for merge more than month. Now I know.
Thank you and I'm waiting for changing the status of issues with filtration!