Skip to content

Commit

Permalink
Reshuffle functions and helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
huong-li-nguyen committed Jul 17, 2024
1 parent c6d9c2c commit 1972303
Show file tree
Hide file tree
Showing 8 changed files with 1,046 additions and 961 deletions.
34 changes: 32 additions & 2 deletions vizro-core/examples/_chart-gallery/app.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,38 @@
"""App configuration for chart gallery dashboard."""

import vizro.models as vm
from utils._containers import *
from utils._pages import *
from utils.chart_pages import (
bar,
boxplot,
butterfly_page,
choropleth,
column,
distribution_butterfly,
donut,
line,
magnitude_treemap,
ordered_bar,
ordered_column,
pie,
sankey_page,
scatter,
time_column,
time_line,
treemap,
violin,
)
from utils.tab_containers import (
container_all,
container_correlation,
container_deviation,
container_distribution,
container_flow,
container_magnitude,
container_part,
container_ranking,
container_spatial,
container_time,
)
from vizro import Vizro

homepage = vm.Page(
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1972303

Please sign in to comment.