kevinkhill / lavacharts

Lavacharts is a graphing / charting library for PHP 5.4+ that wraps Google's Javascript Chart API.
http://lavacharts.com
Other
619 stars 142 forks source link

gvjs__i is not a function #318

Closed imajkumar closed 4 years ago

imajkumar commented 4 years ago

its working suddenly it show above message. i have debug .. and find out carbon 1 is outdated need to implement carbon 2 in this package

kevinkhill commented 4 years ago

Carbon < 1.14 is outdated, so yes, you should either update to > 1.14 or 2

you can see what the requirement is here

imajkumar commented 4 years ago

Thanks for awesome package