GimmyHchs / vue-charts

Base on Vue2.0 wrapper for ChartJs. (Deprecated)
MIT License
357 stars 86 forks source link

how to solved page refresh issue ? #26

Open jagasan opened 7 years ago

jagasan commented 7 years ago

when switch one page to another page and came back taht page then mix chats DOM is not updating means mix chart is not displaying

`

   <chartjs-line  target="mix4"   :pointhoverborderwidth="3"  :data="chatLine2" :bordercolor="'blue'"></chartjs-line>
     <chartjs-line  target="mix4" :pointborderwidth="8" :pointbordercolor="'#f35009'" :pointhoverborderwidth="10"  :pointhoverbordercolor="'#f35009'"  :data="chatLine3" :bordercolor="'transparent'"></chartjs-line>`
ekaprasasti commented 6 years ago

anyone can help here? I have a same problem

sirb0rab0g1 commented 6 years ago

did you solved it ?