Skip to content
  • Markus Grigull's avatar
    Move plot to raw d3 with react · 37af4f51
    Markus Grigull authored
    Remove rd3 dependency for plots. Drawing with react and raw d3 drastically
    improves performance. This is most due d3 has its own DOM manipulation. If
    this is used, it interferes with reacts DOM manipulation.
    Now only d3 helper libraries are used and the svg is drawn by react itself.
    Thus the performance gets a huge boost on plots.
    37af4f51
Analyzing file…