Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • VILLASweb VILLASweb
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 15
    • Issues 15
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1
    • Merge requests 1
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • ACS
  • Public
  • VILLASframework
  • VILLASwebVILLASweb
  • Merge requests
  • !16

Resolve "Plot widget is laggy"

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Markus Grigull requested to merge 81-plot-widget-is-laggy into develop Jul 27, 2017
  • Overview 1
  • Commits 6
  • Changes 4

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.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: 81-plot-widget-is-laggy