Lavacharts is a graphing / charting library for PHP 5.4+ that wraps Google's Javascript Chart API.
620
stars
142
forks
source link
OrgChart.php references trait "PngOutputTrait" instead of "PngRenderableTrait" #344
Open
autodidact1958 opened 2 years ago
What Version?
3.1.14
Issue
Build an OrgChart. Laravel (8.0) throws error "Trait 'Khill\Lavacharts\Support\Traits\PngOutputTrait' not found"
Controller Code (chart creation code)
View Code
Solution
Change line 5 to
and all is fine.