laravel-highcharts icon indicating copy to clipboard operation
laravel-highcharts copied to clipboard

Can't disable credits

Open Cyborgmatt opened this issue 6 years ago • 1 comments

->credits([ 'enabled' => 'false' ])

Tried to disable credits but doesn't seem to work.

Cyborgmatt avatar Apr 05 '19 05:04 Cyborgmatt

use this code

->credits(false)

or

->credits('false')

julles avatar Apr 08 '19 12:04 julles