Open cvlvxi opened 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!
You could probably wrap the chartist tag in a template tag with v-for to achieve the same thing?
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!