Skip to content

Commit 99bc9f3

Browse files
update todo list comments
1 parent 4ca5bc3 commit 99bc9f3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

dist/main.bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
Possible Future Improvements:
1010
- (?) Highlight plot lines in ROI selection
11-
- (?) Isotope list: Add grouped display, e.g. show all Bi-214 lines with a (right-)click
11+
- (?) Isotope list: Add grouped display, e.g. show all Bi-214 lines with a (right-)click. Also see discussions #520
1212
- (?) Add pulse limit analog to time limit for serial recordings
1313
- (?) Use Window Controls Overlay API
1414
- (?) Dead time correction for cps
@@ -29,7 +29,7 @@
2929
- Plot.ts: Gaussian Correlation Filtering still has pretty bad performance despite many optimizations already.
3030
- Plotly.js: Plot updates takes forever, but there is no real way to improve it (?)
3131
- Plotly.js: Would love to use ScatterGL (WebGL) that VASTLY improves performance, but stackgroups don't work there: https://github.com/plotly/plotly.js/issues/5365
32-
- Plotly.js: Selection Box is technically not supported on scatter traces w/o text or markers, that's why it's spamming errors : https://github.com/plotly/plotly.js/issues/170
32+
- Plotly.js: Selection Box is technically not supported on scatter traces w/o text or markers, that's why there can be warnings: https://github.com/plotly/plotly.js/issues/170
3333
3434
*/
3535

0 commit comments

Comments
 (0)