0
I would like to know, if there is any component or library that generates a "graph" similar to this one. I read the documentation from JFreeChart
, and there are some kind of graphics, but nothing close to this.
What this "graph" does, is to move this indicator (this black bar with the 28.40) according to values typed in a field.
Take a look at https://www.highcharts.com/demo If you don’t have exactly what you want, you’ll certainly have a similar one that suits you.
– Daniel Silva
Inside Java, the closest I can imagine |is making a Jslider customized. I just don’t know if Jslider allows this level of color customization.
– user28595
I will try to do something close using Jslider later.
– user28595
Man, it seems like there’s no way to do this without creating the zero component. But as an alternative, I leave this reply from soen, see if it serves its purpose:https://stackoverflow.com/a/10867268/5524514
– user28595
@diegofm is already a starting point, thank you very much !
– Java
Anything you need help with that soen code, just let me know ;)
– user28595