Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #2709, comment 43


Ignore:
Timestamp:
05/10/17 14:24:06 (7 years ago)
Author:
pfleck
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2709, comment 43

    initial v1  
    44* All controls should be displayed (variable check box, slider, ...) before the charts are drawn (asynchronously?).
    55* ~~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.
    6 * Possible leak (memory, window handles). Removed controls are not disposed.
     6* ~~Possible leak (memory, window handles). Removed controls are not disposed.~~(comment:44)
    77* 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.