Opened 14 years ago
Last modified 14 years ago
#1413 closed defect
Remove bugs in BubbleChartView — at Version 8
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.4 |
Component: | Optimization.Views | Version: | 3.3.4 |
Keywords: | Cc: |
Description (last modified by mkommend)
Corrected bugs:
- Some points jump to the borders if the jitter factor is changed.
- Changing of the point size redraws the points without respecting their current color.
- Provide a new default setting for the point size (it should be a little bit smaller).
Some additional bugs occured:
- Automatic coloring resets the jitter values.
- Selected axis flip back to previous axis value if a run was opened before.
Change History (8)
comment:1 Changed 14 years ago by gkronber
- Summary changed from Remove bugs in BubbeChartView to Remove bugs in BubbleChartView
comment:2 Changed 14 years ago by mkommend
- Status changed from new to accepted
comment:3 Changed 14 years ago by mkommend
comment:4 Changed 14 years ago by mkommend
- Changing of the point size redraws the points without respecting their current color
This issue can't be reproduced in the current implementation.
comment:5 Changed 14 years ago by mkommend
- Owner changed from mkommend to swagner
- Status changed from accepted to reviewing
comment:6 Changed 14 years ago by swagner
- Owner changed from swagner to mkommend
- Status changed from reviewing to readytorelease
Great, thanks.
comment:7 Changed 14 years ago by mkommend
- Description modified (diff)
- Status changed from readytorelease to assigned
comment:8 Changed 14 years ago by mkommend
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.
r5824: Corrected jitter in RunCollectionBubbleChartView and adapted default bubble size.