Search found 5 matches

by Sri
Thu Jun 20, 2013 3:13 pm
Forum: JFreeChart
Topic: Manipulation with Ticks near the DateAxis
Replies: 3
Views: 4702

Re: Manipulation with Ticks near the DateAxis

Hi Dave,

Could you let me know the solution for that.
I am trying to show both start date and end date on axis as mandatory and adjust the in between dates. It's very urgent for me.

- Sri
by Sri
Wed Jun 19, 2013 11:54 am
Forum: JFreeChart
Topic: Manipulation with Ticks near the DateAxis
Replies: 3
Views: 4702

Re: Manipulation with Ticks near the DateAxis

Hi David, I came across same scenarios, please let me know weather this issue has been fixed. I am just describing my scenarion below I have Time Series on x-axis ranges from start date to end date. My logic is if the days are more than 30 then I am setting setAutoRange(true) , it is working but it ...
by Sri
Mon Jan 07, 2013 4:59 pm
Forum: JFreeChart
Topic: Marking the existing graph with data items
Replies: 3
Views: 3182

Re: Marking the existing graph with data items

Thanks for quick response , so it is possible with annotations to mark a shape in a existing TimeSeries chart with only x-axis data and without having y-axis data, right?
just want to confirm.
by Sri
Mon Jan 07, 2013 3:54 pm
Forum: JFreeChart
Topic: Generate tooltip on chart in a GSP page
Replies: 0
Views: 2251

Generate tooltip on chart in a GSP page

Hi I am using JfreeCharts 1.0.14, i am trying to show tooltip in a gsp(Grails) and using the following code but the tooltip is not coming. And I saw in one of the blogs with ChartUtilities.writeImageMap() and tried that but was unsuccessful, may be the way I use this method is inorrect, can some one...
by Sri
Mon Jan 07, 2013 11:26 am
Forum: JFreeChart
Topic: Marking the existing graph with data items
Replies: 3
Views: 3182

Marking the existing graph with data items

Hi I am new to JfreeCharts, I am using TimeSeriesChart. I have dates on x-axis and numbers on y-axis. I have one DataSet with (x,y) values. I got graph created successfully but I have one requirement .i.e. I need to mark the existing graph with some additional dates based on x-axis with some shape, ...