Search found 22 matches

by amarnath578
Fri Aug 15, 2014 2:27 pm
Forum: JFreeChart - Stockmarket
Topic: Charts do not plot when time format is set to Japanese
Replies: 0
Views: 26261

Charts do not plot when time format is set to Japanese

Hello everyone, We are seeing an issue with charts when time format is set to Japanese. Prices are being plotted as expected when time format is set to anything else i.e. EDT, BST etc. Can someone please let me know if there are any known issues with JFreeChart and Japanese time format? There is no ...
by amarnath578
Thu Oct 31, 2013 10:22 pm
Forum: JFreeChart - Stockmarket
Topic: Volume bars are plotted right half when weekends are exclude
Replies: 2
Views: 30376

Re: Volume bars are plotted right half when weekends are exc

Can any of you please specify if there is a way to make sure that bar renderer plots the full bar when weekends are excluded?
by amarnath578
Thu Oct 17, 2013 3:27 pm
Forum: JFreeChart - Stockmarket
Topic: How to purchase exclusive JFreeChart support?
Replies: 0
Views: 26264

How to purchase exclusive JFreeChart support?

Hello,

We would like to purchase a contract for exclusive support of JFreeChart API in order to resolve some of the outstanding issues. Can any of you please guide me through the steps as to how to get this done?

Any help is much appreciated.

Thanks,
Amar
by amarnath578
Wed Oct 16, 2013 8:53 pm
Forum: JFreeChart - Stockmarket
Topic: Volume bars are plotted right half when weekends are exclude
Replies: 2
Views: 30376

Re: Volume bars are plotted right half when weekends are exc

In addition, it must be worth noting down is that candlesticks are being plotted as expected (2 halves) even though weekends are excluded. CandlestickRenderer provided by the framework is being utilized for candlestick charts.
by amarnath578
Wed Oct 16, 2013 8:52 pm
Forum: JFreeChart - Stockmarket
Topic: Volume bars are plotted right half when weekends are exclude
Replies: 2
Views: 30376

Volume bars are plotted right half when weekends are exclude

When weekends are excluded using monday through friday segmented time line for a combined domain xy plot, the width of the volume bars are reduced to half and only right half of the bars are plotted. This is because mid night time is the reference time used. Since weekends are excluded, bar plot whi...
by amarnath578
Mon Oct 14, 2013 6:23 pm
Forum: JFreeChart - Stockmarket
Topic: Segmented timeline plots unexpected Saturday-Sunday
Replies: 5
Views: 41693

Re: Segmented timeline plots unexpected Saturday-Sunday

Does it mean that SegmentedTimeline implementation will not be part of jfreechart 2.x?
by amarnath578
Mon Oct 14, 2013 4:46 pm
Forum: JFreeChart - Stockmarket
Topic: Issue with using monday through friday SegmentedTimeline.
Replies: 0
Views: 26206

Issue with using monday through friday SegmentedTimeline.

I am using a segmented timeline created by SegmentedTimeline.newMondayThroughFridayTimeline() for my date axis. This is hiding Saturday/Sunday from date axis as expected. However, whenever there is data for saturday/sunday time frame, the data is being appended to Monday's data which is incorrect. F...
by amarnath578
Wed Jun 19, 2013 4:33 pm
Forum: JFreeChart - Stockmarket
Topic: Segmented timeline plots unexpected Saturday-Sunday
Replies: 5
Views: 41693

Re: Segmented timeline plots unexpected Saturday-Sunday

Can someone from jfree support please respond to this question?

Thanks,
Amar
by amarnath578
Wed May 22, 2013 5:05 pm
Forum: JFreeChart - Stockmarket
Topic: Segmented timeline plots unexpected Saturday-Sunday
Replies: 5
Views: 41693

Segmented timeline plots unexpected Saturday-Sunday

All, I am using the following combined Segmented Timeline to plot historical commodity prices. The requirement is to show data from Monday to Friday between 8 PM to 4 PM. The implementation involved a combination of Segmented Timelines. SegmentedTimeline timeline = new SegmentedTimeline(SegmentedTim...
by amarnath578
Fri Jan 04, 2013 4:30 pm
Forum: JFreeChart - Stockmarket
Topic: Does JFreeChart API support a percentage axis?
Replies: 0
Views: 27900

Does JFreeChart API support a percentage axis?

All, I would like to quickly check if JFreeChart API supports a percentage axis in order to show the percentage gain or loss over a period of time. For example, when comparing the price movements of IBM and SPY in one chart, would like to look at the gain/loss percentage on the range axis. We have b...
by amarnath578
Thu Jun 30, 2011 4:06 pm
Forum: JFreeChart - Stockmarket
Topic: Date is merged incorrectly when using SegmentedTimeline
Replies: 1
Views: 9007

Re: Date is merged incorrectly when using SegmentedTimeline

This whole question actually boils down to "Should the charts be showing date tick label for Saturdays when they are excluded using SegmentedTimeLine?" We would not have had this issue if there is no vertical grid line shown for Saturday. Because it is displayed and there is another vertical grid li...
by amarnath578
Wed Jun 29, 2011 3:01 pm
Forum: JFreeChart - Stockmarket
Topic: Date is merged incorrectly when using SegmentedTimeline
Replies: 1
Views: 9007

Date is merged incorrectly when using SegmentedTimeline

Date is merged incorrectly when using SegmentedTimeline.newMondayThroughFridayTimeline() on my charts. For Example: I have the historical data for my one-week-history-chart since 22nd June. This chart excludes the week ends from plotting as there will not be any trading activity. I have the data for...
by amarnath578
Mon Sep 21, 2009 4:00 pm
Forum: JFreeChart
Topic: Copying JFreeChart through the Clipboard
Replies: 1
Views: 2554

Copying JFreeChart through the Clipboard

Hi, I am currently working on copying a JFreeChart to the System Clipboard so that it can be emailed just by pasting the cpoied chart. I did use the export functionality available with JFreeChart to save the charts as JPEG or PNG images. However, this time the users do not want the charts to be save...
by amarnath578
Thu Sep 10, 2009 3:50 pm
Forum: JFreeChart - Stockmarket
Topic: Reading values from Over lays
Replies: 0
Views: 5788

Reading values from Over lays

Hi, I have a Chart, which displays the data Price vs Time of a selected stock, with several overlays added to it. Let us assume that the chart displays price movement in a day and it has an overlay such as Exponential Moving Average. The requirement is to display EMA value as the user mouse hovers o...
by amarnath578
Fri Aug 28, 2009 2:54 pm
Forum: JFreeChart
Topic: Rendering issues with JFreeChart and JComboBox
Replies: 12
Views: 10473

Re: Rendering issues with JFreeChart and JComboBox

Hi, At last, we decided to add a menu in place of adding combo boxes to the toolbar, to avoid this kind of rendering problems. Menu is working fine and does not have any issues so far. I am currently working on developing a charting framework for a trading product (Mostly the domain axis is Time and...