Something that we would appreciate is the ability to load custom plugins, or at the very least plugins that are not natively supported by KoolReport. We currently would have to edit KoolReport's files to add plugins, and even then due to the issue we have reported with plugins not loading correctly there is a chance that the plugin does not work at all. We want to use, specifically, the error bars plugin (https://github.com/datavisyn/chartjs-plugin-error-bars) for ChartJS; this would allow us to reproduce charts that summarise data over time, where we use the error bars to represent the standard deviation at each data point. We have tried adding the plugin ourselves, but due to its architecture we cannot add the required field to the dataset. How would we go about getting this, or a similar plugin, to work?
Note: we need to be able to generate charts in an offline intranet system so cannot use Google Charts.