Zen33 / vue-sparklines

Sparkline chart built with Vue.
MIT License
66 stars 23 forks source link

Is there anyway to make the spark lines width 100% and responsive? #13

Closed nickramagedev closed 2 years ago

nickramagedev commented 3 years ago

Just trying to work with your sparklines and they seem perfect for what i need the only issue is that i cant get a dynamic width

Zen33 commented 3 years ago

The component provides the width prop, so you can set any dynamic width, eg: <sparkline :width="your dynamic width"> ... </sparkline>

Hope it's helpful to you.