Commit 2091ed1a authored by delanoe's avatar delanoe

[FIX] bug y axis coordinates.

parent ed73b4e6
......@@ -390,7 +390,7 @@ gargantext.controller("GraphController", function($scope, $http, $element) {
options: {
axes: {
x: {key: 'x', type: 'date'},
y: {key: 'y', type: 'linear', type: 'numeric', type: 'specificities'},
y: {key: 'y', type: 'linear'},
},
tension: 1.0,
lineMode: 'linear',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment