charts tooltip style updated
This commit is contained in:
parent
6fda8eff62
commit
99d0c6f075
@ -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',
|
||||
|
@ -10,7 +10,6 @@ use Storage;
|
||||
|
||||
class Logo
|
||||
{
|
||||
|
||||
/**
|
||||
* Bind data to the view.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user