Files
newfreeplanet_OLD/src/components/CLineChart/CLineChart.vue
2024-02-06 20:13:06 +01:00

13 lines
218 B
Vue
Executable File

<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>