|
Note: this log starts at alpha4. alpha6| Component | Change Type | Description | | api | ENH | Change to a more idiomatic singleton model for the OFC main class. This probably won't affect you, but it did involve a public API change. See issue 3. | | api | ENH | OFC render/prettyPrint methods will throw an exception rather than returning null. No more output to standard pipes. Code using OFC4J should handle any thrown exceptions. See issue 3. |
alpha5| Component | Change Type | Description | | build | ENH | Build script produces distribution archive with source, docs, and dependencies | | gallery | ADD | Two more samples in the gallery | | gallery | FIX | Reloading page in browser changes chart back to simpleChart | | doc | ENH | Add overviews and package-info docs. Misc. improvements. | | api | ADD | Stacked bar chart element now available. | | gallery | ADD | Stacked bar chart example | | api | ENH | Bar chart supports individual value customization | | gallery | ADD | Advanced bar chart sample | | api | ENH | Tooltip value on any element | | api | ENH | Filled bar chart individual value customization | | api | ENH | Sketch bar chart individual value customization | | gallery | ENH | Can return any object (such as a String) and not just a Chart. Useful for debugging, can use Groovy's multiline literal (""") to test directly. | | gallery | ADD | Floating bars and sketch value customization examples added | | api | ENH | Line chart individual value customization | | gallery | ADD | Line chart value customization example |
alpha4
|