Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
yotta
/
pictogram
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
60
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
cd84372a
authored
Mar 09, 2017
by
Jose Antonio
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
working on reports
parent
34c610d3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
sails/src/assets/scripts/modules/student/controllers/reports.js
sails/src/assets/scripts/modules/student/views/reports.html
sails/src/assets/scripts/modules/student/controllers/reports.js
View file @
cd84372a
This diff could not be displayed because it is too large.
sails/src/assets/scripts/modules/student/views/reports.html
View file @
cd84372a
...
@@ -53,17 +53,17 @@
...
@@ -53,17 +53,17 @@
<div
class=
"col-lg-4 bg-light-gray"
>
<div
class=
"col-lg-4 bg-light-gray"
>
<h1
class=
"text-center"
><small>
{{'error_rate' | translate}}
</small></h1>
<h1
class=
"text-center"
><small>
{{'error_rate' | translate}}
</small></h1>
<hr>
<hr>
<canvas
id=
"bar1"
class=
"chart chart-line"
chart-options=
"optionsChart
1
"
chart-data=
"dataChart1"
chart-labels=
"labels1"
chart-series=
"series1"
></canvas>
<canvas
id=
"bar1"
class=
"chart chart-line"
chart-options=
"optionsChart
Time
"
chart-data=
"dataChart1"
chart-labels=
"labels1"
chart-series=
"series1"
></canvas>
</div>
</div>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<h1
class=
"text-center"
><small>
{{'average_time_per_try' | translate}}
</small></h1>
<h1
class=
"text-center"
><small>
{{'average_time_per_try' | translate}}
</small></h1>
<hr>
<hr>
<canvas
id=
"bar2"
class=
"chart chart-
bar
"
chart-data=
"dataChart2"
chart-labels=
"labels2"
chart-series=
"series2"
></canvas>
<canvas
id=
"bar2"
class=
"chart chart-
line"
chart-options=
"optionsChartTime
"
chart-data=
"dataChart2"
chart-labels=
"labels2"
chart-series=
"series2"
></canvas>
</div>
</div>
<div
class=
"col-lg-4 bg-light-gray"
>
<div
class=
"col-lg-4 bg-light-gray"
>
<h1
class=
"text-center"
><small>
{{'average_time_between_pictos' | translate}}
</small></h1>
<h1
class=
"text-center"
><small>
{{'average_time_between_pictos' | translate}}
</small></h1>
<hr>
<hr>
<canvas
id=
"bar3"
class=
"chart chart-
bar
"
chart-data=
"dataChart3"
chart-labels=
"labels3"
chart-series=
"series3"
></canvas>
<canvas
id=
"bar3"
class=
"chart chart-
line"
chart-options=
"optionsChartTime
"
chart-data=
"dataChart3"
chart-labels=
"labels3"
chart-series=
"series3"
></canvas>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
...
...
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