Question About Embedding 3rd party Java Chart component
We have an ADF application that we want to show a Network (actually DAG) chart.
The closest ADF visual component we can find is the Hierarchy Chart, which cannot render a DAG (ie support multiple parents).
We are looking into either writing a simple AWT chart or use a 3rd party java chart. The question is how do we best embedded this 'widget' and passing data to the widget?
Thanks