Merge pull request #1084 from batuhawk/master

Charts tooltip style updated
This commit is contained in:
Batuhan Baş 2020-01-05 13:12:51 +03:00 committed by GitHub
commit 88f568cac2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.
*