Another line chart fix attempt
This commit is contained in:
parent
0be5741ab0
commit
4a7cd687f5
2 changed files with 3 additions and 8 deletions
|
|
@ -22,11 +22,6 @@ class GTheme extends Plugin
|
||||||
|
|
||||||
public function configureThemeVariables(Plugin\ThemeStyles $vars)
|
public function configureThemeVariables(Plugin\ThemeStyles $vars)
|
||||||
{
|
{
|
||||||
//Nothing here
|
$vars->fontFamilyBase = 'Roboto, Helvetica, sans-serif';
|
||||||
}
|
}
|
||||||
|
|
||||||
// public function configureThemeVariables(Plugin\ThemeStyles $vars)
|
|
||||||
// {
|
|
||||||
// $vars->fontFamilyBase = 'Roboto, Helvetica, sans-serif';
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// sparkline colors
|
// sparkline colors
|
||||||
.sparkline-colors[data-name="backgroundColor"] {
|
.sparkline-colors[data-name="backgroundColor"] {
|
||||||
color: @theme-color-background-base;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sparkline-colors[data-name="lineColor"] {
|
.sparkline-colors[data-name="lineColor"] {
|
||||||
|
|
@ -20,5 +20,5 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.sparkline-colors[data-name="fillColor"] {
|
.sparkline-colors[data-name="fillColor"] {
|
||||||
color: transparent;
|
color: lighten(#323036, 55);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue