Closes #81 (closed)
The plot widgets are completely rewritten. Instead of using a wrapper library for d3 in react, which has some serious performance issues, the raw d3 libraries are used but without the DOM manipulation. The svgs are drawn with react, which leads to an huge performance improvement.
react-d3 and rd3 libraries removed.