Updated report system to analyse subsets
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user