Is there a user's manual for chart-fx? #505
Replies: 1 comment 1 reply
-
@flyinghigh012 thanks for your interest in our little lib. There isn't a user's manual per se, because we reckon that it would be outdated rather quickly, and thus opted for providing the minimum necessary info in the README.md and examples that both illustrate the capabilities as well as the user API. The samples are located here which also includes also the folder with the testdata you have been looking for. To get started the easiest way is to compile and run the examples as described here, notably via the shell/Maven commands: gh repo clone GSI-CS-CO/chart-fx
cd chart-fx/
mvn compile install
mvn exec:java and you should get something like this: Please let us know your use-case, feel free to share snaphshots of your application, and you are most welcome to contribute via PRs, discussions, etc. While we wrote the lib primarily for our internal use at FAIR, we are curious about how it is used elsewhere as this info helps us also to steer the further development of ChartFX. Enjoy! |
Beta Was this translation helpful? Give feedback.
-
Is there a user's manual for chart-fx?
In ScatterAndBubbleRendererSample.java, there is a DEMO_DATA_FILE being set to testdata/2017_OECD_data.csv, where can I get this file?
Also, I got one of the other sample plots working, but how can I grab the plot and move it around? It only zooms in on the area that you select.
Beta Was this translation helpful? Give feedback.
All reactions