Hello
I'm doing my first steps with B4J and I love it. I'm creating an app for runners and I need a charts library. I'm not fond of what I saw in the forum, for various reasons (e.g. I don't want an online solution or I need specific features), so I created my own library (it is very similar to what Stevel05 did as it is also based on javafx.scene.chart but I don't use JavaObject).
In the zip, you will find the compiled library, a demo and the lib source code.
Now the questions:
- I'm not familiar with B4J so I'd like to know if I wrote my library and my demo as they should be done;
- I'd like to display a tooltip when my mouse is over a plotted data. How would you do this tooltip (with an existing view? which one? or by drawing it?)?
- I'd like to display a crosshair when my mouse is on a chart and this crosshair would be drawn on the closest data item. What's the best method to draw two lines and a circle over a view?
Thanks in advance for your answers.
I'm doing my first steps with B4J and I love it. I'm creating an app for runners and I need a charts library. I'm not fond of what I saw in the forum, for various reasons (e.g. I don't want an online solution or I need specific features), so I created my own library (it is very similar to what Stevel05 did as it is also based on javafx.scene.chart but I don't use JavaObject).
In the zip, you will find the compiled library, a demo and the lib source code.
Now the questions:
- I'm not familiar with B4J so I'd like to know if I wrote my library and my demo as they should be done;
- I'd like to display a tooltip when my mouse is over a plotted data. How would you do this tooltip (with an existing view? which one? or by drawing it?)?
- I'd like to display a crosshair when my mouse is on a chart and this crosshair would be drawn on the closest data item. What's the best method to draw two lines and a circle over a view?
Thanks in advance for your answers.