The data-driven content object enables you to display your data in a custom third-party visualization, within your SAS Visual Analytics report. The third-party visualization can be authored in any JavaScript charting framework, such as D3.js, Google Charts, or CanvasJS. The visualization in a data-driven content object receives its data query from SAS Visual Analytics, and so it interacts with filters, ranks, and object actions in the same way as the other objects in your report. For information about creating third-party visualizations for data-driven content, see Programming Considerations for Data-Driven Visualizations in SAS Visual Analytics: Reference.
Currently the code is handling the different VA releases in the distinct functions which may result in longer code which is harder to debug.
Splitting the code for the different major releases will help in maintenance and avoid touching code which works in earlier releases of Visual Analytics.
The users will then be able to select which code should be used for their specific VA release.
If you need help in that process, please let me know.
Hi @xavierBizoux. Thank you for your suggestion. I'm glad to inform that this was done in June 2023 (sorry, I forgot to send an update). Besides casUtil.js and jobUtil.js for Viya releases up to 3.5.x, now we also have casUtil.v4.js and jobUtil.v4.js for releases after 3.5.x.
Currently the code is handling the different VA releases in the distinct functions which may result in longer code which is harder to debug. Splitting the code for the different major releases will help in maintenance and avoid touching code which works in earlier releases of Visual Analytics. The users will then be able to select which code should be used for their specific VA release. If you need help in that process, please let me know.