-
Notifications
You must be signed in to change notification settings - Fork 97
Chart background customization ! v2.4.60 #152
graphieros
announced in
Announcements
-
Customizable chart background
A new slot was added on most components to customize background (image, gradient, etc.)
<VueUiXy :dataset="dataset" :config="config"> <template #chart-background> <div :style="{ height: '100%', width: '100%' }"> <img src="space.png" alt="space" class="h-full w-full object-cover"> </div> </template> </VueUiXy>
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment