<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    <title>Hamburg Open 2011</title>

    <link rel="stylesheet" media="all" href="/hh11/en/style.css" />
    <link rel="stylesheet" media="all" href="/hh11/en/colors.css" />

    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="robots" content="index" />
    <meta name="revisit-after" content="5 days" />
    <meta http-equiv="content-language" content="English" />

    <link rel="stylesheet" media="all" href="https://cubecomp.de/assets/competition_area-bf2c6f8559e62869bacd5f2f81fa344f6aa4139b7e5597aafcc97e4ba6fdac0b.css" />
<link rel="shortcut icon" type="image/x-icon" href="https://cubecomp.de/assets/favicon-7da0f516d08c49f202f52cbb0feede12a9e54ce40862c1a406ae7cae028497ad.ico" />
<script src="https://cubecomp.de/assets/competition_area-81723f02e58c85e24b90a235ca3c72661a42987e6e67c4c15b9c22d746ae91f6.js"></script>

  </head>

  <body>
    <div id="container">
      <div id="localeselect">
        
          

          <a href="/hh11/de/stats"><img src="https://cubecomp.de/system/theme_files/images/000/001/280/original/de_inactive.png?1427589808" alt="German" /></a>
        
          

          <a href="/hh11/en/stats"><img src="https://cubecomp.de/system/theme_files/images/000/001/283/original/en_active.png?1427589808" alt="English" /></a>
        
      </div>

      <div id="wcalogo">
        <a href="http://www.worldcubeassociation.org/"><img src="https://cubecomp.de/system/theme_files/images/000/001/298/original/wca_small.png?1427589808"></a>
      </div>

      <div id="header">
        <div id="logo">
          <h1>Hamburg Open 2011</h1>
          
            <h2>First Speedcubing Competition in Northern Germany</h2>
          
        </div>

        <div id="menu">
          <ul>
            <li >
              <a href="/hh11/en">Information</a>
            </li>

            <li >
              <a href="/hh11/en/competitors">Competitors</a>
            </li>

            <li >
              <a href="/hh11/en/registration">Registration</a>
            </li>

            <li >
              <a href="/hh11/en/schedule">Schedule</a>
            </li>

            <li >
              <a href="/hh11/en/disclaimer">Disclaimer</a>
            </li>
          </ul>
        </div>
      </div>

      <div id="page">
        <div id="content">
          <h2>Statistics</h2>

<h3>Events</h3>
<div id="highcharts_container_events" style="height: 400px"></div>

<h3>Registrations</h3>
<div id="highcharts_container_registration_process" style="height: 400px"></div>

<div style="float: left">
  <h3>Countries</h3>
  <div id="highcharts_container_countries" style="width: 25%; height: 400px; display: inline"></div>
</div>

<h3>Days</h3>
<div id="highcharts_container_days" style="width: 25%; height: 400px; display: inline"></div>

<script type="text/javascript">
<!--
$(document).ready(function() {

  var chart1 = new Highcharts.Chart({
    credits: { enabled: false },
    chart: { type: 'spline', renderTo: 'highcharts_container_registration_process' },
    title: { text: "" },
    xAxis: {
      type: 'datetime',
      dateTimeLabelFormats: {
        month: '%e. %b',
        year: '%b'
      },
    },
    yAxis: { title: { text: "Number of registrations" }, min: 0 },
    series: [
      {
        name: 'Competitors',
        data: [
            [ Date.UTC(2011, 3 - 1, 26), 2 ],
            [ Date.UTC(2011, 3 - 1, 27), 34 ],
            [ Date.UTC(2011, 3 - 1, 28), 42 ],
            [ Date.UTC(2011, 3 - 1, 29), 48 ],
            [ Date.UTC(2011, 3 - 1, 30), 51 ],
            [ Date.UTC(2011, 4 - 1, 2), 56 ],
            [ Date.UTC(2011, 4 - 1, 6), 57 ],
            [ Date.UTC(2011, 4 - 1, 7), 59 ],
            [ Date.UTC(2011, 4 - 1, 8), 60 ],
            [ Date.UTC(2011, 4 - 1, 11), 65 ],
            [ Date.UTC(2011, 4 - 1, 12), 66 ],
            [ Date.UTC(2011, 4 - 1, 13), 68 ],
            [ Date.UTC(2011, 4 - 1, 14), 72 ],
            [ Date.UTC(2011, 4 - 1, 16), 73 ],
        ],
      },
      {
        name: 'Guests',
        data: [
            [ Date.UTC(2011, 3 - 1, 27), 1 ],
            [ Date.UTC(2011, 3 - 1, 28), 3 ],
            [ Date.UTC(2011, 3 - 1, 30), 4 ],
            [ Date.UTC(2011, 4 - 1, 1), 5 ],
            [ Date.UTC(2011, 4 - 1, 6), 6 ],
            [ Date.UTC(2011, 4 - 1, 11), 7 ],
            [ Date.UTC(2011, 4 - 1, 15), 9 ],
            [ Date.UTC(2011, 4 - 1, 18), 13 ],
            [ Date.UTC(2011, 4 - 1, 23), 17 ],
            [ Date.UTC(2011, 4 - 1, 24), 19 ],
            [ Date.UTC(2011, 4 - 1, 26), 20 ],
            [ Date.UTC(2011, 4 - 1, 27), 21 ],
            [ Date.UTC(2011, 4 - 1, 28), 22 ],
        ]
      }
    ]
  });

  var chart2 = new Highcharts.Chart({
      credits: { enabled: false },
      chart: {
         renderTo: "highcharts_container_events",
         defaultSeriesType: 'column'
      },
      title: { text: '' },
      xAxis: { categories: [
          "mbf",
          "3b",
          "fm",
          "mm",
          "6",
          "7",
          "s1",
          "tslv",
          "tbl",
          "m",
          "oh",
          "py",
          "5",
          "4",
          "2",
          "3",
      ] },
      yAxis: {
         min: 0,
         title: {
            text: 'Registrations'
         }
      },
      tooltip: {
         formatter: function() {
            return '<b>'+ this.x +'</b><br/>'+
                this.series.name +': '+ this.y +'<br/>'+
                'Total: '+ this.point.stackTotal;
         }
      },
      plotOptions: {
         column: {
            stacking: 'normal'
         }
      },
      series: [
        {
          name: "Non-newcomer",
          data: [
              8,
              13,
              15,
              15,
              17,
              17,
              14,
              24,
              23,
              24,
              27,
              29,
              27,
              31,
              32,
              39,
          ]
        },
        {
          name: "Newcomer",
          data: [
              1,
              3,
              3,
              4,
              3,
              3,
              7,
              6,
              9,
              10,
              11,
              10,
              12,
              13,
              18,
              31,
          ]
        }
      ],
   });

   var chart3 = new Highcharts.Chart({
      credits: { enabled: false },
      chart: { renderTo: 'highcharts_container_countries' },
      title: { text: '' },
      legend: { enabled: false },
      tooltip: { formatter: function() { return '<b>'+ this.point.name +'</b>: '+ this.y; } },
      plotOptions: {
         pie: {
           allowPointSelect: true,
           cursor: 'pointer',
           dataLabels: { enabled: false  }
         }
      },
       series: [{
         type: 'pie',
         name: '',
         data: [
             [ "Germany", 89 ],
             [ "China", 1 ],
             [ "Portugal", 1 ],
             [ "Austria", 2 ],
             [ "Turkey", 1 ],
             [ "Netherlands", 1 ],
         ]
      }]
   });

  var chart4 = new Highcharts.Chart({
      credits: { enabled: false },
      chart: {
         renderTo: "highcharts_container_days",
         defaultSeriesType: 'column'
      },
      title: { text: '' },
      xAxis: { categories: [
          "Saturday",
          "Sunday",
      ]},
      yAxis: {
         min: 0,
         title: {
            text: 'Registrations'
         }
      },
      tooltip: {
         formatter: function() {
            return '<b>'+ this.x +'</b><br/>'+
                this.series.name +': '+ this.y +'<br/>'+
                'Total: '+ this.point.stackTotal;
         }
      },
      plotOptions: {
         column: {
            stacking: 'normal'
         }
      },
      series: [
        {
          name: 'Competitors',
          data: [
              55,
              70,
          ]
        },
        {
          name: 'Guests',
          data: [
              22,
              16,
          ]
        }
      ],
   });
});
-->
</script>


        </div>
      </div>

      <div id="footer">
        <p id="legal">
          Design by <a href="http://www.nodethirtythree.com/">NodeThirtyThree</a> &amp;
          <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>.
        </p>
      </div>
    </div>
  </body>
</html>
