feat: add grids and shadows

This commit is contained in:
Joshua Seigler 2017-03-07 03:02:51 -05:00
parent 5e4e6277c8
commit eda603a367
2 changed files with 19 additions and 12 deletions

View file

@ -81,7 +81,10 @@ function renderChart(
'width'=>800,
'height'=>250,
'smoothed'=>false,
'fontSize'=>12
'yAxisEnabled'=>true,
'xAxisEnabled'=>true,
'fontSize'=>12,
'shadow'=>'#000'
],
'dark'=>[
'lineColor'=>'#000',
@ -90,7 +93,10 @@ function renderChart(
'width'=>800,
'height'=>250,
'smoothed'=>false,
'fontSize'=>12
'yAxisEnabled'=>true,
'xAxisEnabled'=>true,
'fontSize'=>12,
'shadow'=>'#FFF'
],
'sparkline'=>[
'lineColor'=>'#000',
@ -110,7 +116,8 @@ function renderChart(
'labelColor'=>'#000',
'fontSize'=>15,
'yAxisEnabled'=>true,
'xAxisEnabled'=>false
'xAxisEnabled'=>true,
'shadow'=>'#FFF'
],
'filled'=>[
'width'=>800,