Chart connector

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:

docs.dhtmlx.com/doku.php?id=dhtm … aconnector

Great, thank you.