(value)
| 24 | |
| 25 | |
| 26 | def to_json(value): |
| 27 | # pylint: disable=import-outside-toplevel |
| 28 | from plotly.io.json import to_json_plotly # type: ignore[import-untyped] |
| 29 | |
| 30 | return to_json_plotly(value) |
| 31 | |
| 32 | |
| 33 | def interpolate_str(template, **data): |
no outgoing calls
searching dependent graphs…