- 01 Mar, 2017 7 commits
-
-
- 23 Feb, 2017 6 commits
-
-
Mathieu Giraud authored
See #2200.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
See #2200.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
- 22 Feb, 2017 27 commits
-
-
Mikaël Salson authored
-
Mikaël Salson authored
For some reason, Popen complained about a No such file or directory''. Moreover Popen is not necessary as we don't care about STDOUT or STDERR
-
Mikaël Salson authored
-
Mikaël Salson authored
The controller does not manage the form anymore. The controller is now restricted to its minimum: returning a JSON with the results. The sequences are sent by the request.
-
Mikaël Salson authored
Thanks to @tydax
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
The name makes more sense. Another function scatterplot will allow to get the scatterplot itself.
-
Mikaël Salson authored
This allows to reuse the main code, even with different IDs
-
Mikaël Salson authored
It can also be a bar when the view is in histogram. We select the one which is visible
-
Mikaël Salson authored
-
Mikaël Salson authored
This was inadvertently removed by a previous commit. Sending data to external site requires an existing form. It was discussed that the form could be created in the Javascript rather than hardcoded in the HTML. For the sake of quickness I preferred the bad solution.
-
Mikaël Salson authored
.height() doesn't take into account borders and margins. To prevent the tag selector from going outside the screen we should use outerHeight()
-
Mikaël Salson authored
-
-
Uses a value defined in the configuration file (conf.js) instead of a hard-coded value.
-
-
-
-
-
-
-
-
With nice animations!
-
Using attr("class") on the container removes all CSS classes on the div container. In my opinion, this behaviour should be avoided so that one can still use other classes on the container. Using classed("class") adds the class to the class list without removing any.
-
-