#433 closed task (done)
Implement LineChart Axes
Reported by: | mstoeger | Owned by: | mstoeger |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.0 |
Component: | Visualization | Version: | 3.2 |
Keywords: | Cc: |
Description
Change History (12)
comment:1 Changed 16 years ago by mstoeger
comment:2 Changed 16 years ago by mstoeger
Implemented simple XAxis (r987)
comment:3 Changed 16 years ago by mstoeger
Modified the XAxis labels so they are always visible at the bottom. (r1038)
comment:4 Changed 16 years ago by swagner
- Milestone changed from 3.2 to Iteration 0
Milestone 3.2 deleted
comment:5 Changed 16 years ago by mstoeger
- Status changed from new to assigned
Implemented X/Y-Axes and a Grid. (r1182)
Currently only one Y-Axis can be displayed since the line chart doesn't support independent scaling of different lines yet.
comment:6 Changed 16 years ago by mstoeger
Implemented a continuous-, discrete- and string- label provider for the X/Y axis labels. (r1194)
comment:7 Changed 16 years ago by mstoeger
Implemented multiple Y-Axes. Each line is drawn into its own LinesShape, which can be zoomed independently. Panning & Zooming is successfully broken now. (r1285)
comment:8 Changed 16 years ago by mstoeger
Display of Y-Axes can be individually switched on and off in the options dialog. (r1343)
comment:9 Changed 16 years ago by mstoeger
Implemented multiple Y-Axes. A LineChart has several Y-Axes and each Y-Axis has several data rows. The same clipping area is set for all data rows belonging to a Y-Axis. (r1350)
comment:10 Changed 16 years ago by mstoeger
- Resolution set to fixed
- Status changed from assigned to closed
comment:11 Changed 14 years ago by swagner
- Milestone changed from Iteration 2 to Current
Milestone Iteration 2 deleted
comment:12 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Added XAxis shape to project (r983)