Updated report system to analyse subsets

This commit is contained in:
2025-06-01 20:46:42 +01:00
parent 7d571d240d
commit bf17427cc4
8 changed files with 84 additions and 21 deletions

View File

@@ -12,7 +12,7 @@ function RAGGED(average){
function getAverage(prefix) {
console.log("Prefix:", prefix);
//console.log("Prefix:", prefix);
const elements = Array.from(document.querySelectorAll(`svg[id^="${prefix}"] tspan.average`));
@@ -48,7 +48,6 @@ function getSurveyData(){
let Q3=document.getElementById("gov").value;
let amber = '#ffbf00';
//doBigWhiteTriangle('svg1');
//drawtriangle('#svg1','Roles','#008845',[0.5,0.6,0.5],'red', { x: 0, y: 350 },-0.7);