I'm drawing a financial time series chart.
DateAxis appears to draw incorrectly when I'm using a SegmentedTimeline to remove weekends. When I am looking at about a week of data, the date ticks are about 1 tick per day, however since we throw out weekends, the date labels actually show a visual glitch and write on top of one another.
This visual glitch of drawing labels on top of each other looks horrible. Is there any way the DateAxis can take into account the timeline when generating ticks?
Does anyone have any suggestions for workaround solutions?
SegmentedTimeline removal of weekends = DateAxis problems
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
Can you post a screen-shot or a small self-contained demo that reproduces the problem? There's not a lot that can be done, but maybe I can spot something.
In generatl, the labelling is not handled very well...I'd like to find a more robust way of dealing with non-trading periods.
In generatl, the labelling is not handled very well...I'd like to find a more robust way of dealing with non-trading periods.
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

