Commit 8a0cd314 authored by Alan Mitchell's avatar Alan Mitchell

Changed Hover Label in XY plot.

parent 166b150a
......@@ -60,7 +60,7 @@ class XYplot(basechart.BaseChart):
if len(df_all):
# add a point name column to be used in the tooltip.
df_all['name'] = df_all.index.strftime('%Y-%m-%d %H:%M')
df_all['name'] = df_all.index.strftime('%a %m/%d/%y %H:%M')
# add a column identifying whether point is in occupied or unoccupied period.
resolution = self.occupied_resolution()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment