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/
···1414import KeyboardNavigationHint from '../slots/common/keyboard-navigation-hint.vue';
1515import Watermark from '../slots/common/watermark.vue';
1616import Skeleton from '../slots/common/skeleton.vue';
1717-import PatternSlot from '../slots/common/pattern-slot.vue';
1817import CommonAnnotatorActionColor from '../slots/common/annotator-action-color.vue';
1918import CommonAnnotatorActionDraw from '../slots/common/annotator-action-draw.vue';
2019import CommonAnnotatorActionUndo from '../slots/common/annotator-action-undo.vue';
···11<script setup lang="ts">
22+/**
33+ * This playground showcases all the slots and their implementations for <VueUiQuadrant>
44+ */
25import { computed } from 'vue';
36import {
47 VueUiQuadrant,
···11<script setup lang="ts">
22+/**
33+ * This playground showcases all the slots and their implementations for <VueUiQuickChart>
44+ */
25import { computed } from 'vue';
36import {
47 VueUiQuickChart,
···11<script setup lang="ts">
22+/**
33+ * This playground showcases all the slots and their implementations for <VueUiRadar>
44+ */
25import { computed } from 'vue';
36import {
47 VueUiRadar,
···11<script setup lang="ts">
22+/**
33+ * This playground showcases all the slots and their implementations for <VueUiRelationCircle>
44+ */
25import { computed } from 'vue';
36import {
47 VueUiRelationCircle,
···11<script setup lang="ts">
22+/**
33+ * This playground showcases all the slots and their implementations for <VueUiRidgeline>
44+ */
25import { computed } from 'vue';
36import {
47 VueUiRidgeline,
···11<script setup lang="ts">
22+/**
33+ * This playground showcases all the slots and their implementations for <VueUiRings>
44+ */
25import { computed } from 'vue';
36import {
47 VueUiRings,
···11<script setup lang="ts">
22+/**
33+ * This playground showcases all the slots and their implementations for <VueUiScatter>
44+ */
25import { computed } from 'vue';
36import {
47 VueUiScatter,
···11<script setup lang="ts">
22+/**
33+ * This playground showcases all the slots and their implementations for <VueUiSparkbar>
44+ */
25import { computed } from 'vue';
33-import { getVueDataUiConfig } from 'vue-data-ui';
44-import { VueUiSparkbar, type VueUiSparkbarConfig, type VueUiSparkbarDatasetItem } from 'vue-data-ui/vue-ui-sparkbar';
66+import {
77+ VueUiSparkbar,
88+ type VueUiSparkbarConfig,
99+ type VueUiSparkbarDatasetItem,
1010+} from 'vue-data-ui/vue-ui-sparkbar';
1111+import 'vue-data-ui/style.css';
512613const dataset = computed<VueUiSparkbarDatasetItem[]>(() => {
714 return [