chore: Create dashboard with tier 1 and tier 2 charts (#21551)

This commit is contained in:
Kamil Gabryjelski
2022-09-30 13:14:26 +02:00
committed by GitHub
parent b2a360fa14
commit eeb979c150
11 changed files with 1532 additions and 448 deletions

View File

@@ -21,7 +21,6 @@ from .birth_names import load_birth_names
from .country_map import load_country_map_data
from .css_templates import load_css_templates
from .deck import load_deck_dash
from .echarts_dashboard import load_echarts_dashboard
from .energy import load_energy
from .flights import load_flights
from .long_lat import load_long_lat_data
@@ -31,6 +30,7 @@ from .multiformat_time_series import load_multiformat_time_series
from .paris import load_paris_iris_geojson
from .random_time_series import load_random_time_series_data
from .sf_population_polygons import load_sf_population_polygons
from .supported_charts_dashboard import load_supported_charts_dashboard
from .tabbed_dashboard import load_tabbed_dashboard
from .utils import load_examples_from_configs
from .world_bank import load_world_bank_health_n_pop