#1047 closed defect (done)
Execution time should be treated as a numerical variable in the run collection bubble chart
Reported by: | abeham | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.0 |
Component: | Optimization.Views | Version: | 3.3 |
Keywords: | Cc: |
Description
"Execution Time" is a TimeSpanValue result and is treated as a category variable in the bubble chart. It should be interpreted as a numerical value (e.g. by converting it to seconds.microseconds)
Change History (7)
comment:1 Changed 14 years ago by mkommend
- Owner changed from swagner to mkommend
comment:2 Changed 14 years ago by mkommend
- Status changed from new to assigned
comment:3 Changed 14 years ago by mkommend
comment:4 Changed 14 years ago by mkommend
corrected custom labels in RunCollectionBubbleChartView r4058
comment:5 Changed 14 years ago by mkommend
- Resolution set to fixed
- Status changed from assigned to closed
comment:6 Changed 14 years ago by swagner
- Milestone changed from Iteration 4 to Current
Milestone Iteration 4 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Note: See
TracTickets for help on using
tickets.
adapted bubble chart to handle TimeSpanValues correctly r4049