Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos
/
ed70cf4a8e6f55a863a057e9c6d3dcc4ea8b3c3f
/
.
/
xos-apps
/
auto-scale
/
gui
/
src
/
templates
/
slice-detail.tpl.html
blob: d950afe82c8e488b6d87ce08e5f708ba2312f52f [
file
] [
log
] [
blame
]
Matteo Scandolo
5fdd7c5
2015-12-16 17:19:57 -0800
[
diff
] [
blame
]
1
<canvas
id
=
"line"
class
=
"chart chart-line"
chart-data
=
"vm.chart.data"
2
chart-labels
=
"vm.chart.labels"
chart-legend
=
"true"
chart-series
=
"vm.chart.series"
>
3
</canvas>