ContributionsMost RecentNewest TopicsMost LikesSolutionsRe: Best practises for co-dev in version control I'm also interested in good practices to manage development and production environments! Hide Widget Category using Javascript Hello, I'm creating a column chart widget with two categories (Column in English and Column in French). I intend to hide/show columns dynamically based on the user's language preference. Is it feasible to control the column display directly through the JavaScript widget? I plan to utilize a conditional statement that considers the user's language preference. Thank you. Parameterizing Plugins for Widget Refresh and Filter Updates in Dashboards Hello, I would like to parameterize a plugin so that it runs every time a widget is refreshed or when a filter value is updated. I know how to achieve this using a widget script and the 'refreshed' event, like this: widget.on('refreshed', (args, el) => { // Code to execute when the widget is refreshed }); However, I want to apply this behavior directly in a plugin, so it affects all the active dashboards. I believe I might need to use a 'prism on' event, but I haven't found a similar event yet. I appreciate your help in finding a solution to this. Thank you! Re: Hide widgets based on selected filters Hello, Thank you for this feature, that is so cool. Is it possible to also conditionally hide the widget when exporting to PDF ? That would be amazing ! Thank you