Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5_fork
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eteri
erp5_fork
Commits
8c56b7ad
Commit
8c56b7ad
authored
Aug 22, 2013
by
Benjamin Blanc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_test_result: add docs/hour on bar top
parent
77763bcf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
bt5/erp5_test_result/SkinTemplateItem/portal_skins/erp5_test_result/test_result_graph.html.xml
.../portal_skins/erp5_test_result/test_result_graph.html.xml
+12
-0
bt5/erp5_test_result/bt/revision
bt5/erp5_test_result/bt/revision
+1
-1
No files found.
bt5/erp5_test_result/SkinTemplateItem/portal_skins/erp5_test_result/test_result_graph.html.xml
View file @
8c56b7ad
...
...
@@ -332,6 +332,18 @@ var svg = d3.select("body").append("svg")\n
.attr("stroke",
smoothed_curve_color)\n
}\n
\n
//
Add
number
of
docs
per
hour
on
the
top
of
bars\n
for(var
j=
1;
j<data2[0].length;
j++){\n
if(data[0][j]
>
0){\n
svg.append("text")\n
.attr("x", x1(j)+x0(0))\n
.attr("y", y(data[0][j]))\n
.attr("dy", "1.0em")\n
.attr("stroke-width", 2)\n
.attr("class", "title")\n
.text(data[0][j]);\n
}\n
}\n
\n
\n
\n
...
...
bt5/erp5_test_result/bt/revision
View file @
8c56b7ad
264
\ No newline at end of file
266
\ No newline at end of file
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