This commit is contained in:
2020-09-08 23:32:06 +00:00
parent 8df2b7f614
commit c3760e24d3

View File

@@ -367,7 +367,7 @@ export default {
style: `.example {
color: blue;
}`,
jsPrerender: `function ayPrepareData(reportData){
jsPrerender: `async function ayPrepareData(reportData){
//this function (if present) is called with the report data
//before the report is rendered
//modify data as required here and return it to change the data before the report renders