Do Cuba will have any other chart library

Cuba presently uses amcharts, witch is expensive and also limited. Can we use hyjava chart library with cuba (in chart and report add on).It cheaper and more extensive.

regards

Umesh

Hi,

Unfortunately, the site you provided isn’t working (at least for me). In fact, it’s the Highcharts Java wrapper and API library, so you still have to pay for Highcharts even if the wrapper itself is free. Highcharts can’t be included to CUBA charts addon since it has per developer licence.

Gleb

You can use Chart.js library as it is shown in the tutorial Building interactive charts with Chart.js - CUBA.Platform

thanks @jreznot and @gorelov