sheltermanager / asm3

Animal Shelter Manager
GNU General Public License v3.0
109 stars 67 forks source link

Charts as subreports #1446

Open bobintetley opened 9 months ago

bobintetley commented 9 months ago

One customer asked about including charts as subreports. This is something that could make a lot of sense, particularly for nice dashboard style reports. I'm surprised it's taken this long to be raised.

Needs investigating to see why this won't work. I suspect it's going to be a combination of fixed id attributes and the fact that the subreport cannot inject the javascript script tags for the chart engine. If that's the case, both are fairly straightforward to fix - the chart engine could always be loaded with reports and it charts could use a unique id attribute based on the customreport ID being run.

bobintetley commented 2 months ago

needs to happen after #1312