graphieros / vue-data-ui

An open source user-empowering data visualization Vue 3 components library for eloquent data storytelling
https://vue-data-ui.graphieros.com/
MIT License
1.01k stars 42 forks source link

XY Chart Zoom color not customizable. #29

Closed lovlyx closed 5 months ago

lovlyx commented 5 months ago

Hello, first off, love the package, and truly appreciate your work! I noticed that changing the zoom color does not affect the slider, no way to customize it via css whilst retaining the functionality as well. image

Thank you again ♥️

graphieros commented 5 months ago

Hey @lovlyx :)

Thanks for reaching out. This has been on my radar for some time.

In addition to fixing the input color not working, the idea is to add a bunch of config options for the input, to contol its width, the radius of handles etc.

I'm currently passing through all configs of all components, so this fix will be treated after this step. Will keep you posted.

Cheers

graphieros commented 5 months ago

@lovlyx fixed in v2.1.74

This fixes the config zoom.color not applied. This input does the job, but its looks needs love; it's on the cards.

Thanks again for your issue:)

lovlyx commented 5 months ago

Thank you!!! 🥹

graphieros commented 5 months ago

@lovlyx I released v2.1.77 with improved zoom customization features.