all tooltip styles updated

This commit is contained in:
batuhanbas
2020-01-05 13:40:42 +03:00
parent 88f568cac2
commit ef468a62f7
6 changed files with 22 additions and 29 deletions

View File

@ -71,9 +71,9 @@ trait Charts
'position' => 'right',
],
'tooltips' => [
'backgroundColor' => '#f5f5f5',
'titleFontColor' => '#333',
'bodyFontColor' => '#666',
'backgroundColor' => '#000000',
'titleFontColor' => '#ffffff',
'bodyFontColor' => '#e5e5e5',
'bodySpacing' => 4,
'xPadding' => 12,
'mode' => 'nearest',
@ -95,9 +95,9 @@ trait Charts
{
return [
'tooltips' => [
'backgroundColor' => '#f5f5f5',
'titleFontColor' => '#333',
'bodyFontColor' => '#666',
'backgroundColor' => '#000000',
'titleFontColor' => '#ffffff',
'bodyFontColor' => '#e5e5e5',
'bodySpacing' => 4,
'YrPadding' => 12,
'mode' => 'nearest',