profiler charts

This commit is contained in:
Jan Prochazka
2022-12-18 12:29:21 +01:00
parent dbfdaafb86
commit 9a2631dc09
9 changed files with 178 additions and 20 deletions

View File

@@ -214,7 +214,9 @@
tabComponent: 'ProfilerTab',
props: {
jslid: `archive://${data.folderName}/${data.fileName}`,
formatterFunction: eng.profilerFormatterFunction,
profilerFormatterFunction: eng.profilerFormatterFunction,
profilerChartFormatterFunction: eng.profilerChartFormatterFunction,
profilerChartMeasures: eng.profilerChartMeasures,
},
});
},