Files
newfreeplanet_OLD/src/components/CLineChart/CLineChart.vue

13 lines
218 B
Vue
Raw Normal View History

<template>
<div>
2024-02-06 20:13:06 +01:00
<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>