Yopadd / vue-chartist

Pluging chartist for vuejs
Do What The F*ck You Want To Public License
172 stars 21 forks source link

allow v-for with <chartist> #40

Open cvlvxi opened 5 years ago

cvlvxi commented 5 years ago

I would like to use a v-for with the chartist tag.

If I populate a list of {series:[], labels:[]} it would be good if we could give the items of that list to :data

Currently getting that the v-for is not available for the tag.. is it possible to make this work?

Thanks!

cjblomqvist commented 5 years ago

You could probably wrap the chartist tag in a template tag with v-for to achieve the same thing?