bugle-reports
Version:
Simple reporting API for CrateDB
10 lines • 487 B
HTML
<html>
<head>
<script src="./bower_components/webcomponentsjs/webcomponents.min.js"></script>
<!--link rel="import" href="./webcomponents/bugl-base-chart/bugl-base-chart.html" /-->
<link rel="import" href="./newnrg-histogram-chart.html" />
</head>
<body>
<newnrg-histogram url="http://45.79.83.93:8714/run/ccbweek?parameters=converge" type="column" v-axis-title="Week #" h-axis-title="Total completed"></newnrg-histogram>
</body>
</html>