Update vis
This commit is contained in:
@ -30,15 +30,14 @@ $(document).ready(function () {
|
||||
groups = new vis.DataSet(buildChartGroups());
|
||||
graph = new vis.Graph2d(document.getElementById(containerId), dataset, groups, {
|
||||
dataAxis: {
|
||||
customRange: {
|
||||
left: {
|
||||
min: 0
|
||||
},
|
||||
right: {
|
||||
min: 0
|
||||
}
|
||||
left: {
|
||||
range: {min: 0}
|
||||
},
|
||||
showMinorLabels: true
|
||||
right: {
|
||||
range: {min: 0}
|
||||
},
|
||||
showMinorLabels: true,
|
||||
alignZeros: true
|
||||
},
|
||||
drawPoints: {
|
||||
style: 'circle'
|
||||
|
Reference in New Issue
Block a user