Changes between Initial Version and Version 1 of Ticket #2698, comment 11
- Timestamp:
- 05/10/17 11:35:12 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2698, comment 11
initial v1 5 5 * Maximum of 20 variables should be selected by default. 6 6 * All controls should be displayed (variable check box, slider, ...) before the charts are drawn (asynchronously?). 7 * One slider for the chart size is sufficient. It is quite cumbersome to handle two sliders.The point size should also be adapted when the chart size changes.7 * ~~One slider for the chart size is sufficient. It is quite cumbersome to handle two sliders.~~(r14917) The point size should also be adapted when the chart size changes. 8 8 * Possible leak (memory, window handles). Removed controls are not disposed. 9 9 * Inserting and removing charts is quite ugly and pretty slow. Another possibility would be to set the column / row width to 0. Maybe that is a "better" solution.