mckinsey / vizro

Vizro is a toolkit for creating modular data visualization applications.
https://vizro.readthedocs.io/en/stable/
Apache License 2.0
2.47k stars 111 forks source link

[Feat] Add exception handling for providing false callable to Graph, Table, etc #340

Closed maxschulz-COL closed 4 months ago

maxschulz-COL commented 4 months ago

Description

Addresses https://github.com/McK-Internal/vizro-internal/issues/653

Providing the wrong CapturedCallable to Graph, Table And AgGrid now raises an appropriate Error.

Screenshot

Notice