Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Chart background customization ! v2.4.60 #152

Discussion options

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>

image

image

image

Check out more examples here

You must be logged in to vote

Replies: 0 comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 participant

AltStyle によって変換されたページ (->オリジナル) /