export_visualization
Save Plotly charts from create_chart() to HTML or JSON files for offline use or sharing.
Instructions
Save a chart from create_chart() to a file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| figure | Yes | Plotly figure dict from create_chart() | |
| format | No | 'html' or 'json' | html |
| filename | No | Output name (without extension) | chart |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||