We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c6389c commit 45acc42Copy full SHA for 45acc42
views/index.tt
@@ -89,6 +89,7 @@
89
var options = {
90
defaultGroup: 'ungrouped',
91
legend: true,
92
+ interpolation: false,
93
};
94
var graph2d = new vis.Graph2d(container, dataset, groups, options);
95
graph2d.on('click', onChange);
0 commit comments