Opened 15 years ago
Closed 14 years ago
#925 closed enhancement (done)
Enhance visualization of DataTables
Reported by: | swagner | Owned by: | swagner |
---|---|---|---|
Priority: | low | Milestone: | HeuristicLab 3.3.2 |
Component: | Analysis | Version: | 3.3.2 |
Keywords: | Cc: |
Description (last modified by swagner)
The visualization capabilities of DataTables should be extended:
- export charts into images (done)
- flexible row coloring (done)
- tooltips (rejected)
- nicer visual appearance (done)
- multiple y-axis (done)
- different chart types (bars, lines, columns, points, etc.) (done)
- 2D scatter plots (postponed, see #1287)
- specify if points in a row start with index 0 or 1 (done)
- axes labels (done)
Change History (20)
comment:1 Changed 14 years ago by swagner
- Status changed from new to accepted
comment:2 Changed 14 years ago by swagner
comment:3 Changed 14 years ago by swagner
- Component changed from Analysis.Views to Analysis
- Description modified (diff)
- Version changed from 3.3 to 3.3.1
comment:4 Changed 14 years ago by swagner
- Description modified (diff)
- Summary changed from Improve quality chart to Enhance visualization of DataTables
comment:5 Changed 14 years ago by swagner
Worked on the following issues in r4644:
- multiple y-axis
- different chart types (bars, lines, columns, points)
comment:6 Changed 14 years ago by swagner
Worked on flexible coloring and on different start indexes in r4648.
comment:7 Changed 14 years ago by swagner
- Description modified (diff)
comment:8 Changed 14 years ago by swagner
- Description modified (diff)
comment:9 Changed 14 years ago by swagner
- Description modified (diff)
Worked on flexible row coloring in r4777.
comment:10 Changed 14 years ago by swagner
Worked on different start indexes in r4778.
comment:11 Changed 14 years ago by swagner
- Milestone changed from HeuristicLab x.x.x to HeuristicLab 3.3.2
comment:12 Changed 14 years ago by swagner
- Description modified (diff)
Rejected to implement custom tooltips as this feature is not really required and would probably have a severe impact on performance.
comment:14 Changed 14 years ago by swagner
All remaining enhancements will not be part of the 3.3.2 release. They are covered in the follow-up ticket #1287.
comment:15 Changed 14 years ago by swagner
- Owner changed from swagner to mkommend
- Status changed from accepted to reviewing
Please especially review r4870 as this revision contains some new stuff which has not been reviewed by gkronber yet.
comment:16 Changed 14 years ago by mkommend
- Owner changed from mkommend to swagner
- Status changed from reviewing to assigned
Reviewed the code of all changesets. The only thing that should be done is to use folders to further organize the HL.Analysis project.
comment:17 Changed 14 years ago by swagner
Added folders to organize the HeuristicLab.Analysis plugin in r4887.
comment:18 Changed 14 years ago by swagner
- Status changed from assigned to accepted
comment:19 Changed 14 years ago by swagner
- Status changed from accepted to readytorelease
comment:20 Changed 14 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.1 to 3.3.2
The following issues have been covered in #1237: