allow step charts to be created
This commit is contained in:
parent
27ccae61e8
commit
d8593351aa
@ -65,7 +65,9 @@
|
|||||||
marker: {
|
marker: {
|
||||||
radius: 3
|
radius: 3
|
||||||
},
|
},
|
||||||
animation: false
|
animation: true,
|
||||||
|
step: <%= params[:step] || 'false' %>,
|
||||||
|
borderWidth: 0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
tooltip: {
|
tooltip: {
|
||||||
|
Loading…
Reference in New Issue
Block a user