appsmith icon indicating copy to clipboard operation
appsmith copied to clipboard

[Feature]: Access to FusionCharts lib (FusionCharts.DataStore)

Open SKovbel opened this issue 2 years ago • 1 comments

Try to do timeseries chart (as custom chart, https://www.fusioncharts.com/fusiontime/examples/date-range-event-overlay) ... and lib exists in system, but without access from local js this code impossible to run that is very sadly

            fusionDataStore = new FusionCharts.DataStore();
            fusionDataStore.createDataTable(data, schema)

May be this can be fixed, open access to this lib or some other way to run FusionCharts.DataStore? Thanks

SKovbel avatar Mar 24 '23 19:03 SKovbel

Thanks for raising the feature request @SKovbel 💯

Doing this in appsmith is going to be difficult. We are trying to move away from FusionCharts. You can track this in #4437 We plan to pick this in the current quarter. We will keep your this functionality in mind, can you help us understand your use case better so that we can define the requirement better.

@jsartisan I tried doing some research around this, do you see this being possible right now with the functionality we have right now.

cc @dilippitchika

somangshu avatar Apr 13 '23 12:04 somangshu