Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/graphieros/vue-data-ui. An open source user-empowering data visualization Vue 3 components library for eloquent data storytelling
vue-data-ui.graphieros.com/
···11<script setup lang="ts">
22import type { VueUiCandlestickLegendSlotProps } from 'vue-data-ui/vue-ui-candlestick';
33const props = defineProps<{
44- legend: VueUiCandlestickLegendSlotProps;
44+ legend: VueUiCandlestickLegendSlotProps['legend'];
55}>();
6677// dunno what a legend would be for this chart, really...