MVP version of box charts
This commit is contained in:
@@ -108,6 +108,14 @@ def interactive_boxchart(datadf,fieldname):
|
||||
months=["%d %B %Y"],
|
||||
years=["%d %B %Y"],
|
||||
)
|
||||
|
||||
if fieldname == 'pace':
|
||||
plot.yaxis[0].formatter = DatetimeTickFormatter(
|
||||
seconds = ["%S"],
|
||||
minutes = ["%M"]
|
||||
)
|
||||
|
||||
|
||||
plot.xaxis.major_label_orientation = pi/4
|
||||
|
||||
script, div = components(plot)
|
||||
|
||||
Reference in New Issue
Block a user