Ignore:
Timestamp:
01/19/12 12:50:28 (13 years ago)
Author:
cartis
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/Cartis/js/dashboardScripts.js

    r227 r242  
    208208    form.appendChild(input);
    209209    form.submit();
     210    //alert("Graph type is now: "+graphSelection);
     211   
    210212}
    211213
     
    227229    }
    228230   
    229     //alert("Graph type is now: "+graphSelection.graphType);
     231   
    230232    var data = formatGraphData();
    231233    drawGraph('chart1', 450, 200, graphSelection.graphType, data);
     234   
     235   // alert("Graph type is now: "+graphSelection.graphType);
    232236}
    233237
     
    246250    return mockupData.muData1;
    247251   
    248 //alert("Data is now being formatted");
     252    //alert("Data is now being formatted");
    249253}
    250254
     
    272276            break;
    273277        case "Radar":
    274             //chart1 = new RGraph.Radar('chart1', graphSelection.graphData);
     278            chart1 = new RGraph.Radar(name, data);
    275279            break;
    276280        default:
Note: See TracChangeset for help on using the changeset viewer.