theia-trace-extension icon indicating copy to clipboard operation
theia-trace-extension copied to clipboard

Improve view responsiveness

Open ebugden opened this issue 3 years ago • 0 comments
trafficstars

All chart types need to be able to handle typically sized traces (ex. 1 G) without struggling. Without this, we can’t call the product viable.

Currently the XY charts can’t keep up with the Gantt charts at all. This looks sloppy to usrs and sometimes makes XY charts unusable. Possible causes:

  • The volume of data visualized is pushing against the the limits of the library currently used
  • #470

ebugden avatar Jan 28 '22 21:01 ebugden