diff --git a/populateGraphics.js b/populateGraphics.js index d7bd3e3..59b4a16 100644 --- a/populateGraphics.js +++ b/populateGraphics.js @@ -234,7 +234,7 @@ function loaded(){ //makeSvgRightClickable('svg_roles_RAG'); doLittleWhiteTriangle('svg_roles_test'); - drawtriangle('#svg_roles_test','Roles','#008845',[0.95,0.95,0.95],RAGGED(roles_avg), { x: 0, y: 100 },roles_avg.toFixed(1)); + drawtriangle('#svg_roles_test','Roles','#008845',[0.9,0.9,0.9],RAGGED(roles_avg), { x: 0, y: 100 },roles_avg.toFixed(1)); //makeSvgRightClickable('svg_roles_test'); @@ -255,8 +255,8 @@ function loaded(){ drawtriangle('#svg_approach_RAG','Approach','#ed4c0c',[svg4_avg,svg5_avg,svg6_avg],RAGGED(approach_avg), { x: 0, y: 100 },approach_avg.toFixed(1)); //makeSvgRightClickable('svg_approach_RAG'); - //doLittleWhiteTriangle('svg_approach_test'); - //drawtriangle('#svg_approach_test','Approach','#ed4c0c',[0.95,0.95,0.95],RAGGED(approach_avg), { x: 0, y: 100 },approach_avg.toFixed(1)); + doLittleWhiteTriangle('svg_approach_test'); + drawtriangle('#svg_approach_test','Approach','#ed4c0c',[0.9,0.9,0.9],RAGGED(approach_avg), { x: 0, y: 100 },approach_avg.toFixed(1)); //makeSvgRightClickable('svg_approach_test'); @@ -277,8 +277,8 @@ function loaded(){ drawtriangle('#svg_actions_RAG','Actions','#b2c8c4',[svg7_avg,svg8_avg,svg9_avg],RAGGED(actions_avg), { x: 0, y: 100 },actions_avg.toFixed(1)); //makeSvgRightClickable('svg_actions_RAG'); - //doLittleWhiteTriangle('svg_actions_test'); - //drawtriangle('#svg_actions_test','Actions','#b2c8c4',[0.95,0.95,0.95],RAGGED(actions_avg), { x: 0, y: 100 },actions_avg.toFixed(1)); + doLittleWhiteTriangle('svg_actions_test'); + drawtriangle('#svg_actions_test','Actions','#b2c8c4',[0.9,0.9,0.9],RAGGED(actions_avg), { x: 0, y: 100 },actions_avg.toFixed(1)); //makeSvgRightClickable('svg_actions_test'); @@ -300,7 +300,7 @@ function loaded(){ //makeSvgRightClickable('svg_results_RAG'); doLittleWhiteTriangle('svg_results_test'); - drawtriangleinverted('#svg_results_test','Results','#74469c',[0.95,0.95,0.95],RAGGED(results_avg), { x: 0, y: 0 },results_avg.toFixed(1)); + drawtriangleinverted('#svg_results_test','Results','#74469c',[0.9,0.9,0.9],RAGGED(results_avg), { x: 0, y: 0 },results_avg.toFixed(1)); //makeSvgRightClickable('svg_results_test'); @@ -330,12 +330,12 @@ function loaded(){ makeSvgRightClickable('svg_pyramid_RAG_test'); - doBigWhiteTriangle('svg_pyramid_RAG_test2'); - drawtriangle('#svg_pyramid_RAG_test2','Roles','#008845',[0.95,0.95,0.95],RAGGED(roles_avg), { x: 0, y: 350 },roles_avg.toFixed(1)); - drawtriangle('#svg_pyramid_RAG_test2','Actions','#b2c8c4',[0.95,0.95,0.95],RAGGED(actions_avg),{ x: 370, y: 350 },actions_avg.toFixed(1)); - drawtriangle('#svg_pyramid_RAG_test2','Approach','#ed4c0c',[0.95,0.95,0.95],RAGGED(approach_avg),{ x: 185, y: 30 },approach_avg.toFixed(1)); - drawtriangleinverted('#svg_pyramid_RAG_test2','Results','#74469c',[0.95,0.95,0.95],RAGGED(results_avg),{ x: 185, y: 243},results_avg.toFixed(1)); - makeSvgRightClickable('svg_pyramid_RAG_test2'); + //doBigWhiteTriangle('svg_pyramid_RAG_test2'); + //drawtriangle('#svg_pyramid_RAG_test2','Roles','#008845',[0.95,0.95,0.95],RAGGED(roles_avg), { x: 0, y: 350 },roles_avg.toFixed(1)); + //drawtriangle('#svg_pyramid_RAG_test2','Actions','#b2c8c4',[0.95,0.95,0.95],RAGGED(actions_avg),{ x: 370, y: 350 },actions_avg.toFixed(1)); + //drawtriangle('#svg_pyramid_RAG_test2','Approach','#ed4c0c',[0.95,0.95,0.95],RAGGED(approach_avg),{ x: 185, y: 30 },approach_avg.toFixed(1)); + //drawtriangleinverted('#svg_pyramid_RAG_test2','Results','#74469c',[0.95,0.95,0.95],RAGGED(results_avg),{ x: 185, y: 243},results_avg.toFixed(1)); + //makeSvgRightClickable('svg_pyramid_RAG_test2'); }, 800);