charts tooltip style updated
This commit is contained in:
parent
6fda8eff62
commit
99d0c6f075
@ -74,9 +74,9 @@ class Dashboard extends Controller
|
|||||||
|
|
||||||
$options = [
|
$options = [
|
||||||
'tooltips' => [
|
'tooltips' => [
|
||||||
'backgroundColor' => '#f5f5f5',
|
'backgroundColor' => '#000000',
|
||||||
'titleFontColor' => '#333',
|
'titleFontColor' => '#ffffff',
|
||||||
'bodyFontColor' => '#666',
|
'bodyFontColor' => '#e5e5e5',
|
||||||
'bodySpacing' => 4,
|
'bodySpacing' => 4,
|
||||||
'YrPadding' => 12,
|
'YrPadding' => 12,
|
||||||
'mode' => 'nearest',
|
'mode' => 'nearest',
|
||||||
|
@ -10,7 +10,6 @@ use Storage;
|
|||||||
|
|
||||||
class Logo
|
class Logo
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Bind data to the view.
|
* Bind data to the view.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user