Is there a special Java connector for charts? If not - can one of the existing be used, or I need to create my own?
Thank you.
Hello,
Chart data format is the same as format of Dataview. So, you can use the same Connector as for Dataview:
Great, thank you.