mirror of
https://github.com/seigler/cryptohistory.org
synced 2025-07-27 01:36:11 +00:00
feat: add grids and shadows
This commit is contained in:
parent
5e4e6277c8
commit
eda603a367
2 changed files with 19 additions and 12 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue