Rahmen um Heatmap
parent
4b10406eb7
commit
639533dda0
|
@ -111,6 +111,9 @@ const cHeatmapOptions = {
|
|||
position: 'top'
|
||||
},
|
||||
grid: {
|
||||
show: true,
|
||||
borderWidth: 1,
|
||||
borderColor: '#aaa',
|
||||
top: 30,
|
||||
right: 45,
|
||||
bottom: 50,
|
||||
|
|
|
@ -348,6 +348,9 @@ const cHeatmapOptions = {
|
|||
position: 'top'
|
||||
},
|
||||
grid: {
|
||||
show: true,
|
||||
borderWidth: 1,
|
||||
borderColor: '#aaa',
|
||||
top: 30,
|
||||
right: 45,
|
||||
bottom: 50,
|
||||
|
|
Loading…
Reference in New Issue