delowardev / vue3-circle-progress

Highly customizable & lightweight circular progressbar component for Vue 3, built with SVG and extensively customizable
https://codesandbox.io/s/determined-dawn-3ybev?file=/src/App.vue
MIT License
36 stars 14 forks source link

Change fill-color via CSS #13

Open nedelcu28 opened 1 year ago

nedelcu28 commented 1 year ago

Hi, I am using your component in my Ionic/Vue.ts app, it works well but I am unable to set the fill-color prop to a custom hex value because of some weird babel/eslint parser issue I can't solve.(VueCompilerError: Error parsing JavaScript expression: Identifier directly after the number.). Is there any CSS hack to change the color fill to another color? Thanks