Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
energy
bmon
Commits
8a0cd314
Commit
8a0cd314
authored
Dec 19, 2016
by
Alan Mitchell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed Hover Label in XY plot.
parent
166b150a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bmsapp/reports/xyplot.py
bmsapp/reports/xyplot.py
+1
-1
No files found.
bmsapp/reports/xyplot.py
View file @
8a0cd314
...
...
@@ -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
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment