fxcosta / laravel-chartjs

Simple package to facilitate and automate the use of charts in Laravel 5.x using Chartjs v2 library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get Chart js Instances already created

george-taschina opened this issue · comments

Hi i'm using this library to create some bar charts, and they are working perfectly, but is there any way to get the istance of a chart with javascript and using the update() method?

I have a similar problem, did you find an answer?

Hi i'm using this library to create some bar charts, and they are working perfectly, but is there any way to get the istance of a chart with javascript and using the update() method?

一个列表显示多个折线图的话 会因为多个div的id一样而导致其他折线图显示不出来。我看插件的默认id为lineChartTest