Skip to content

Commit

Permalink
Update retrieve-dashboard-code.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stichbury authored Nov 14, 2024
1 parent 9566c07 commit c74e652
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vizro-ai/docs/pages/user-guides/retrieve-dashboard-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,16 @@ This triggers the dashboard building process. Once Vizro-AI finishes the dashboa
dashboard = vm.Dashboard(
pages=[
vm.Page(
id="Tips Data Visualization",
components=[
vm.Card(
id="tips_card_tips_data_visualization",
type="card",
text="This is Tips dataset",
href="",
),
vm.AgGrid(
id="tips_table_tips_data_visualization",
figure=dash_ag_grid(data_frame="restaurant_bills"),
),
],
Expand Down

0 comments on commit c74e652

Please sign in to comment.