Opened 21 years ago
Closed 18 years ago
#9 closed enhancement (fixed)
X Axis in Set's charts
Reported by: | manuelb | Owned by: | Jorge |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Graphics | Version: | head |
Severity: | minor | Keywords: | |
Cc: |
Description
When a chart is created from a set, you are not allowed to give the X axis a format.
Change History (7)
comment:1 Changed 21 years ago by
comment:2 Changed 21 years ago by
Status: | new → assigned |
---|
Allready working on it, reassign to myself.
comment:3 Changed 21 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Numerical format to all the axes of a graph of Set can be specified
comment:4 Changed 18 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Sorry, but giving real format to X-axis values goes being impossible...
comment:5 Changed 18 years ago by
Owner: | changed from rcsoto to Jorge |
---|---|
Status: | reopened → new |
comment:6 Changed 18 years ago by
Status: | new → assigned |
---|
comment:7 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Version: | *4.3.7c → cvs |
Now is fixed. The solution will be available in nightbuild (1.1.5) and 1.1.4 (current release).
The problem:
::SetGraph::GetTickLabel was not taking into account the format given
The solution:
::SetGraph::GetTickLabel should use ::bayesGraph::FormatNumberAxis
Allready working on it, reassign to myself.