richfaces / richfaces-sandbox

Sandbox repository for Component Incubation
http://community.jboss.org/wiki/RichFaces40ComponentDevelopmentProcess
76 stars 101 forks source link

The chart component #71

Closed lmacko closed 11 years ago

lfryc commented 11 years ago

Generally component class Javadoc should be improved to describe carefully what is intension of the tag, which tags it suppose to be combined with. (E.g. You can see See <x:xaxis />, etc.)

https://github.com/Lukindo/richfaces-sandbox/blob/master/charts/ui/src/main/java/org/richfaces/sandbox/chart/component/AbstractChart.java#L23

Attributes (method) javadoc should be described more verbosely to express their purpose.

Generally one should know what he can expect by using given attribute before he even try.

lfryc commented 11 years ago

Okay, otherwise it's good to go. :+1:

I can't wait to play with it and provide you with little bit more feedback on usability side of things!

lmacko commented 11 years ago
bleathem commented 11 years ago

I've merged the pull request https://github.com/richfaces/richfaces/pull/46 which was blocking this PR.

bleathem commented 11 years ago

We still have a upstream richwidgets problem with the included version of the flot library: https://github.com/richwidgets/richwidgets/issues/20

While not necessarily blocking the Pull Request, we should get it resolved before asking folks to take this component for a test spin.

lmacko commented 11 years ago

I've sent pull request fixing the issue.

lfryc commented 11 years ago

Merged into master.

Great job, Lukas!