2022-03-03 20:31:47 +01:00
|
|
|
<template>
|
|
|
|
|
<div>
|
2022-03-10 00:28:07 +01:00
|
|
|
<BarChart v-bind="barChartProps" />
|
2022-03-03 20:31:47 +01:00
|
|
|
<!--<DoughnutChart ref="doughnutRef" :chartData="objdata" :options="options" />-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--<line-chart :width="tools.getwidthscale($q, 350, 400)+`px`" :title="title" :data="getmydata()" :offset="getoffset()"
|
|
|
|
|
:round="0" :colors="mycolors"></line-chart>
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script lang="ts" src="./CLineChart.ts">
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
|
|
@import './CLineChart.scss';
|
|
|
|
|
</style>
|