[Vuejs]-Assign value to Chartist chart value

0👍

Probably all is good, but Chartist isn’t reactive. You must call update function after assign:
https://gionkunz.github.io/chartist-js/api-documentation.html#chartistbase-function-update

Leave a comment