geomon.viewer/src/common/graphjs/geomon-timeseries-chart/geomon-timeseries-chart.component.html
Arno Kaimbacher 4241bd2cb9 - add "moment": "^2.29.1" and "chartjs-adapter-moment": "^1.0.0",
- add core module for time.service.ts
- add interfaces for timespan.ts an dataset.ts
2021-09-28 16:26:53 +02:00

3 lines
No EOL
106 B
HTML

<div class="d3" #geomon_timeseries>
<canvas id="line-chart" width="100%" height="80%"></canvas>
</div>