We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mckinsey/vizro'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
figure-callables.md•637 B
<!-- vale off -->
# Figure functions
API reference for all built-in [`CapturedCallable`][vizro.models.types.CapturedCallable] figure functions to be used in the
[`Figure`][vizro.models.Figure]. The [how-to guide on figures](../user-guides/figure.md) contains more information.
!!! note "Using figure functions in pure Dash app"
Identical functions can also be used outside the Vizro framework in a pure Dash app by importing from the `vizro.figures.library` namespace:
```python
from vizro.figures.library import kpi_card, kpi_card_reference
```
::: vizro.figures
options:
show_source: true
<!-- vale on -->