LarissaHortencio10 / charts4j

Automatically exported from code.google.com/p/charts4j
Other
0 stars 0 forks source link

Fill Area Patch #44

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I have created a patch for the charts4j project that allows the user of the API 
to be more detailed in 
specifying fill areas, particularly between plots.  The patch is currently 
being used in one of my 
projects, but needs more testing.

Changes include:

AbstractLineChart.java:
Modified the parameterManager.addFillAreaMarker(....) call to include fill type 
and end line.

Curve.java
added accessor and mutator methods to this interface to support fill area type 
and fill area end line.

PlotImpl.java
Added instance variables for fill area type and end line
Modified the PlotImpl(final PlotImpl) constructor to support the 2 new instance 
variables
Added the 4 new accessor/mutators required by the updated Curve interface.

Original issue reported on code.google.com by bgardne...@gmail.com on 18 Apr 2010 at 3:25

Attachments:

GoogleCodeExporter commented 8 years ago
This should have been labeled as Enhancement.

Original comment by bgardne...@gmail.com on 18 Apr 2010 at 3:27

GoogleCodeExporter commented 8 years ago
Any chance this will get committed?

Original comment by phraktle on 20 Feb 2012 at 11:23

GoogleCodeExporter commented 8 years ago
I think this project has stalled out.  I can get you the source code if you 
like though, I still have it running.

Original comment by bgardne...@gmail.com on 21 Feb 2012 at 3:08

GoogleCodeExporter commented 8 years ago
This project is not stalled out. I moved the chart4j source to github exactly 
for this kind of collaborative development scenario, and I recently accepted a 
pull request.

https://github.com/julienchastang/charts4j

At any rate, please submit a pull request via github.

And finally, thanks digging into this.

Original comment by Julien.C...@gmail.com on 21 Feb 2012 at 4:08

GoogleCodeExporter commented 8 years ago
Thanks, good to know!  Should issues still be submitted here on google code?

Original comment by phraktle on 21 Feb 2012 at 8:37

GoogleCodeExporter commented 8 years ago
The main project page will stay on googlecode. But source has moved to github.  
I look forward to any pull requests you may have.

Original comment by Julien.C...@gmail.com on 21 Feb 2012 at 7:58