Spaces:
Sleeping
Sleeping
Upload dashboard.py
Browse files- dashboard.py +1 -1
dashboard.py
CHANGED
@@ -169,7 +169,7 @@ def create_publication_curve_chart():
|
|
169 |
curve_countries = []
|
170 |
for country in country_name_map.keys():
|
171 |
overlay = overlay * hv.Curve((total_publications_time_indexed.month_bin, country_publications_time_indexed[country]), label=country_name_map[country])
|
172 |
-
overlay.opts(show_legend=True,legend_position='right', width=1200, height=
|
173 |
return overlay
|
174 |
|
175 |
|
|
|
169 |
curve_countries = []
|
170 |
for country in country_name_map.keys():
|
171 |
overlay = overlay * hv.Curve((total_publications_time_indexed.month_bin, country_publications_time_indexed[country]), label=country_name_map[country])
|
172 |
+
overlay.opts(show_legend=True,legend_position='right', width=1200, height=500, hooks=[customize_x_axis_bokeh])
|
173 |
return overlay
|
174 |
|
175 |
|