theia-trace-extension
theia-trace-extension copied to clipboard
Improve view responsiveness
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