charts tooltip style updated

This commit is contained in:
batuhanbas 2020-01-05 13:12:01 +03:00
parent 6fda8eff62
commit 99d0c6f075
2 changed files with 3 additions and 4 deletions

View File

@ -74,9 +74,9 @@ class Dashboard extends Controller
$options = [
'tooltips' => [
'backgroundColor' => '#f5f5f5',
'titleFontColor' => '#333',
'bodyFontColor' => '#666',
'backgroundColor' => '#000000',
'titleFontColor' => '#ffffff',
'bodyFontColor' => '#e5e5e5',
'bodySpacing' => 4,
'YrPadding' => 12,
'mode' => 'nearest',

View File

@ -10,7 +10,6 @@ use Storage;
class Logo
{
/**
* Bind data to the view.
*