Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos
/
40f683eec4f03187cdea7e166504ca46e5fff225
/
.
/
xos-apps
/
auto-scale
/
gui
/
src
/
templates
/
slice-detail.tpl.html
blob: d950afe82c8e488b6d87ce08e5f708ba2312f52f [
file
] [
log
] [
blame
]
Matteo Scandolo
820d865
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>