Petar Pejovic

Results 9 comments of Petar Pejovic

Just to link a similar Issue with some examples in case it helps. -> https://github.com/mckinsey/vizro/issues/532

Hi @inigohidalgo, and thanks for the great question. (Good to hear that you are using Kedro and Vizro together. ⭐) Loading certan data based on user input is a very...

Hi @sumitmehta1025 👋 The feature for parameterised data loading is now available, allowing users to dynamically select which data source will be loaded into charts based on their input from...

Hi @bvbvtw. It's possible to use Vizro in combination with the Dash which makes a requested feature possible. Here's an example with the `plotly.express.data.gapminder()` data where the "country filter" options...

Hi @Et9797! We don't yet support this feature natively in Vizro, but will let you know when we do.

Yes, we can close it since this bug is fixed with https://github.com/mckinsey/vizro/pull/644.

Here's a short recap of the conversation I had with @antonymilne last week on the following topic: "Reorganising models `pre_build` method invoking system and models `callbacks creation` so we can...

Adding https://github.com/mckinsey/vizro/pull/254#pullrequestreview-1822996618 for visibility.

Hi @Tom-Sachs, great question! Currently, we are working on enabling this feature natively through the `vm.Button` component. However, this behaviour is already possible to construct utilising the [custom components](https://vizro.readthedocs.io/en/stable/pages/user_guides/custom_components/#extend-an-existing-component) and...