The getMaxEndIndex() function does not work properly if you have two entries with the same time period.
Not sure if this is intended behavior or not
Search found 66 matches
- Wed Dec 19, 2007 1:50 am
- Forum: JFreeChart
- Topic: Bug report for TimePeriodValues
- Replies: 0
- Views: 2345
- Thu Aug 30, 2007 7:04 pm
- Forum: JFreeChart
- Topic: My answer to intraday segmentedtimeline problems
- Replies: 17
- Views: 46095
- Wed Aug 29, 2007 4:33 pm
- Forum: JFreeChart
- Topic: My answer to intraday segmentedtimeline problems
- Replies: 17
- Views: 46095
hi, no purpose to that functionally that is probably an artifact of some code i put in there to debug stuff question, is there a purpose to this code fragment: Integer.toString(currentDay.get(Calendar.MINUTE)) + " " + Integer.toString(currentDay.get(Calendar.SECOND))+":"+ Integer.toString(currentDay...
- Tue Aug 07, 2007 7:03 pm
- Forum: JFreeChart
- Topic: My answer to intraday segmentedtimeline problems
- Replies: 17
- Views: 46095
- Fri Aug 03, 2007 9:07 am
- Forum: JFreeChart
- Topic: My answer to intraday segmentedtimeline problems
- Replies: 17
- Views: 46095
- Wed Aug 01, 2007 9:13 am
- Forum: JFreeChart
- Topic: My answer to intraday segmentedtimeline problems
- Replies: 17
- Views: 46095
- Tue Jul 31, 2007 10:31 pm
- Forum: JFreeChart
- Topic: My answer to intraday segmentedtimeline problems
- Replies: 17
- Views: 46095
- Tue Jul 31, 2007 6:44 pm
- Forum: JFreeChart
- Topic: My answer to intraday segmentedtimeline problems
- Replies: 17
- Views: 46095
thanks for the thanks, david! for me, segmented timeline works on an intraday chart, excluding non market hours, but i have not been able to get it to exclude holidays too. has anyone been able to do this? btw, for anyone who is looking at my code. the main function is basically just some test code ...
- Tue Jul 31, 2007 12:42 am
- Forum: JFreeChart
- Topic: My answer to intraday segmentedtimeline problems
- Replies: 17
- Views: 46095
My answer to intraday segmentedtimeline problems
i created a new class which i hope will be an option to segmented timeline. below is my code. i believe this is a good start. it almost works. i cant seem to figure out whats wrong with it. the code seems simple. please try it out on your charts. here is the signature for the constructor. this is al...
- Mon Jul 30, 2007 3:53 am
- Forum: JFreeChart
- Topic: This is how I did Dates on x-axis !
- Replies: 6
- Views: 7242
- Sat Jul 28, 2007 8:33 am
- Forum: JFreeChart
- Topic: Time series for intraday charts (mon-fri, 9.30 - 4.00pm)
- Replies: 41
- Views: 91783
dave, any ideas about periodaxis class? I will look at this when I get time. I didn't write the segmented timeline code, so I don't know it so well. I know it works well for some people and not well for others - in the medium term, I'd like to find an alternative implementation that's easier to debu...
- Fri Jul 27, 2007 8:06 pm
- Forum: JFreeChart
- Topic: I figured out how to use SegmentedTimeline with intraday...
- Replies: 1
- Views: 4626
- Fri Jul 27, 2007 7:43 pm
- Forum: JFreeChart
- Topic: I figured out how to use SegmentedTimeline with intraday...
- Replies: 1
- Views: 4626
I figured out how to use SegmentedTimeline with intraday...
almost... well there was a big problem with excluding weekends. it seemed that setting the basetimeline was useless. from the docs it seems like this is all you need to do: SegmentedTimeline timeline = SegmentedTimeline.newMondayThroughFridayTimeline(); but thats not true. you need to call addBaseTi...
- Fri Jul 27, 2007 3:57 pm
- Forum: JFreeChart
- Topic: Has anyone successfully created intraday OHLC charts?
- Replies: 9
- Views: 12510
- Fri Jul 27, 2007 3:24 pm
- Forum: JFreeChart
- Topic: Has anyone successfully created intraday OHLC charts?
- Replies: 9
- Views: 12510