feat(uti): Add iterative data
[csit.git] / resources / tools / dash / app / pal / trending / trending.py
index 8cd52b5..88b0815 100644 (file)
@@ -38,9 +38,9 @@ def init_trending(server, time_period=None):
     layout = Layout(
         app=dash_app,
         html_layout_file="pal/templates/trending_layout.jinja2",
-        spec_file="pal/trending/spec_test_selection.yaml",
         graph_layout_file="pal/trending/layout.yaml",
         data_spec_file="pal/data/data.yaml",
+        tooltip_file="pal/data/tooltips.yaml",
         time_period=time_period
     )
     dash_app.index_string = layout.html_layout