<template>
<div>
<canvas id="myChart" width="400" height="400"></canvas>
</div>
</template>
<script lang="ts" src="./CLineChart.ts">
</script>
<style lang="scss" scoped>
@import './CLineChart.scss';
</style>