Changes between Version 32 and Version 33 of sandbox


Ignore:
Timestamp:
Nov 5, 2013, 4:57:41 PM (11 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • sandbox

    v32 v33  
    1010<script type="text/javascript">
    1111(function () {
    12         var container = document.getElementById('div_xput1');
     12        var container = document.getElementById('container_bar1');
    1313        var i;
    1414
     
    4141                title: "802.11 Reference Design - Throughput vs Packet Size",
    4242                subtitle: "Design v0.5 - 50dB attenuation",
    43                 HtmlText: true,
     43                HtmlText: false,
     44                resolution: 2,
    4445                points: {
    4546                        show: true,
     
    5657                yaxis : {
    5758                        min : 0,
    58                         autoscaleMargin:1,
     59                        max: 30,
    5960                        title: ylabel,
    6061                        titleAngle: "90",
     
    6263                },
    6364                xaxis : {
    64                         title: xlabel
     65                        title: xlabel,
     66                        min: 0,
     67                        max: 1525,
    6568                },
    6669                legend: {
     
    7073        });
    7174})();
     75
    7276</script>
    7377}}}