Compare commits

..
2 Commits
Author SHA1 Message Date
sgeboers 9af1789781 circle size
continuous-integration/drone/push Build is failing
2023-02-11 14:12:31 +01:00
sgeboers dd343e7f88 ansible directory 2023-02-07 13:28:07 +01:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1 +1,2 @@
gtfs-data/ gtfs-data/
ansible/
+1 -1
View File
@@ -72,7 +72,7 @@ my_hover=HoverTool()
my_hover.tooltips=[('Type','@route_type_long'),('Route id','@route_short_name'),('Route','@route_long_name')] my_hover.tooltips=[('Type','@route_type_long'),('Route id','@route_short_name'),('Route','@route_long_name')]
p.add_tools(my_hover) p.add_tools(my_hover)
p.circle('x', 'y', source=Source, legend_field='route_type_long', color='color') p.circle('x', 'y', source=Source, legend_field='route_type_long', color='color', size=10)
curdoc().add_root(p) curdoc().add_root(p)
curdoc().add_periodic_callback(update,5000) curdoc().add_periodic_callback(update,5000)
p.legend.location = "top_left" p.legend.location = "top_left"