Opened 7 years ago
Closed 7 years ago
#2810 closed defect (done)
Tooltips in Bubblechart for non-numerical values is wrong
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.15 |
Component: | Optimization.Views | Version: | 3.3.14 |
Keywords: | Cc: |
Description
The tooltip for non-numerical values is currently displayed as the index of the element, which is in general not very helpful.
Change History (5)
comment:1 Changed 7 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 7 years ago by mkommend
- Owner changed from mkommend to pfleck
- Status changed from accepted to reviewing
comment:3 Changed 7 years ago by pfleck
- Owner changed from pfleck to mkommend
comment:4 Changed 7 years ago by mkommend
- Status changed from reviewing to readytorelease
r15266: Moved condition to check for SizeDimension.Constant to the top.
Note: See
TracTickets for help on using
tickets.
r15264: Corrected tooltip for non-numerical values.