Search found 15 matches

by pradheep
Wed May 23, 2007 12:20 pm
Forum: JFreeChart
Topic: I don;t want space betwwin items of barchart
Replies: 6
Views: 7438

Re: I don;t want space betwwin items of barchart

asha wrote:Hi,

I used setItemMargin method but depending on number of bars distance between bars changes..

But I want no space between bars..

anyone can help me reply ASAP
u r talking abt the height of each bar and the spacing. if u really got it let me know. i am desperately in need of that.

PraDz
by pradheep
Wed May 23, 2007 12:04 pm
Forum: JFreeChart
Topic: Customize Range Axis - horizontal stacked bar chart
Replies: 3
Views: 4676

david am using the method setBase(starttime) and se thte date axis. its perfectly working and thanks If you use a DateAxis for the range axis, then the values in your dataset will be interpreted as "milliseconds since 1-Jan-1970", which probably explains why the DateAxis is displaying 1970. Aside fr...
by pradheep
Tue May 15, 2007 10:47 am
Forum: JFreeChart
Topic: Customize Range Axis - horizontal stacked bar chart
Replies: 3
Views: 4676

thanks david,

but my timestamp value will be some date [15 May 2007, 11:23:34]. how can give the input to the category dataset as timestamp. how to show the actually date/time in the axis. why not dateAxis work.

pls. help me out in how and wat to use.
by pradheep
Mon May 14, 2007 12:26 pm
Forum: JFreeChart
Topic: JFreeChart Developer Guide 1.0.5 (plus demo source code)
Replies: 8
Views: 13546

david

where can i get free help on how to work on the horizontal stacked bar chart
by pradheep
Mon May 14, 2007 12:18 pm
Forum: JFreeChart
Topic: Distance between bars in bar chart
Replies: 4
Views: 7593

i am also looking for that and if u find any solution do let me know. thanks in advance
by pradheep
Mon May 14, 2007 12:14 pm
Forum: JFreeChart
Topic: Customize Range Axis - horizontal stacked bar chart
Replies: 3
Views: 4676

Customize Range Axis - horizontal stacked bar chart

Dear All

My chart is horizontal stacked bar chart. i have timestamp value from the database as my categoryplot and set the value of the chart in DateAxis.
the value is showing 1970 as the default value. how do i sent the auto scalling and the x-axis should plot according to the category set.
by pradheep
Tue May 08, 2007 12:14 pm
Forum: JFreeChart
Topic: "Tooltip" behavior in StackAareaChart..is there a
Replies: 10
Views: 22318

i am using Image map of the generated Horizontal Stacked Bar chart.
its getting generated with onmouseover and onmouseout attributes which have method overlib(string) and nd()

where do i find those function. another think is i need a URL which should be a javascript:newwindow////


guide me in this
by pradheep
Tue May 08, 2007 11:21 am
Forum: JFreeChart
Topic: How to customize the MAP and AREA tags
Replies: 8
Views: 8369

paris

can u give me an example of the URLTagFragmentGenerator pls.

PraD
by pradheep
Tue May 08, 2007 6:12 am
Forum: JFreeChart
Topic: HTML Image map - tooltip & link
Replies: 0
Views: 2294

HTML Image map - tooltip & link

Hi all i am a beginner in using JFreechart. i tried using applet and it works fine. but my another requirement is using image map, which i have seen an example of yous. thanks anyway i am generating a stacked horizontal bar chart and its getting generated with image map. but theres script generated ...
by pradheep
Mon May 07, 2007 12:46 pm
Forum: JFreeChart
Topic: Text labels inside Gantt chart bars
Replies: 3
Views: 5195

Looking at the renderer code, it seems there is support for item labels when drawing just plain tasks, but when drawing sub-tasks the item label code has not been included. Gilbet i am using horizontal stack bar chart for multiple records. i need the domain axis label to be drawn horizontally. but ...
by pradheep
Mon May 07, 2007 7:37 am
Forum: JFreeChart
Topic: How to set the height of the bar in the Horizontal Bar chart
Replies: 0
Views: 2305

How to set the height of the bar in the Horizontal Bar chart

dear's i am working on the horizontal stacked bar chart. according to the i/p i get for the bar chart, the number of bar charts are drawn dynamically. i can set the size of the chartpanel. but how can i set the height of the BAR drawn inside the chartPanel. basically i need to set the height of the ...
by pradheep
Thu Apr 26, 2007 12:30 pm
Forum: JFreeChart
Topic: TimeLine in the BAR Chart
Replies: 0
Views: 2140

TimeLine in the BAR Chart

can anyone tell me how the timeline for the graph is been drawn. i meant the x-axis for different values.
by pradheep
Thu Apr 26, 2007 12:22 pm
Forum: JFreeChart
Topic: Distance between bars in bar chart
Replies: 4
Views: 7593

wat u mean is that, the distance between the 2 bar charts.
by pradheep
Thu Apr 26, 2007 12:12 pm
Forum: JFreeChart
Topic: Plotting Dynamic Graph :: [CEWOLF]
Replies: 0
Views: 2508

Plotting Dynamic Graph :: [CEWOLF]

HORIZONTAL BAR STAKED CHART I am using CEWOLF framework to render the chart in the web browser, which overrides JFreeChart. The example is quite simple that i pass 2D array with the length of X and Y. on every click of a button, i pass on some values in the array. Actually the graph is drawn based o...
by pradheep
Thu Apr 12, 2007 4:54 am
Forum: JFreeChart
Topic: Implementing in my own framework
Replies: 1
Views: 2389

Implementing in my own framework

i have my own framework developed, j2ee application which needs a chart to be plotted. basically its a web based chart page. i am using cewolf which has servlets tat create the image object using taglib. i need Horizontal Stack bar chart where in the code is something like <cewolf:chart id="stackedH...