<!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>Clip Open 2016</title>

    <link rel="stylesheet" media="all" href="/clip16/pt/style.css" />
    <link rel="stylesheet" media="all" href="/clip16/pt/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="Portuguese" />

    <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="/clip16/en/stats"><img src="https://cubecomp.de/system/theme_files/images/000/004/168/original/en_inactive.png?1452385034" alt="English" /></a>
        
          

          <a href="/clip16/pt/stats"><img src="https://cubecomp.de/system/theme_files/images/000/004/182/original/pt_active.png?1452385034" alt="Portuguese" /></a>
        
      </div>

      <div id="wcalogo">
        <a href="http://www.worldcubeassociation.org/"><img src="https://cubecomp.de/system/theme_files/images/000/004/191/original/wca_small.png?1452385034"></a>
      </div>

      <div id="header">
        <div id="logo">
          <h1>Clip Open 2016</h1>
          <h2>Speedcubing Competition</h2>
        </div>

        <div id="menu">
          <ul>
            <li >
              <a href="/clip16/pt">Informação</a>
            </li>

            <li >
              <a href="/clip16/pt/competitors">Competidores</a>
            </li>

            <li >
              <a href="/clip16/pt/registration">Registo</a>
            </li>

            <li >
              <a href="/clip16/pt/schedule">Cronograma</a>
            </li>

            <li >
              <a href="/clip16/pt/disclaimer">Organização</a>
            </li>
          </ul>
        </div>
      </div>

      <div id="page">
        <div id="content">
          <h2>Estatísticas</h2>

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

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

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

<h3>Dias</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: "Número de registos" }, min: 0 },
    series: [
      {
        name: 'Competidores',
        data: [
            [ Date.UTC(2016, 1 - 1, 16), 1 ],
            [ Date.UTC(2016, 1 - 1, 18), 9 ],
            [ Date.UTC(2016, 1 - 1, 19), 11 ],
            [ Date.UTC(2016, 1 - 1, 20), 14 ],
            [ Date.UTC(2016, 1 - 1, 21), 16 ],
            [ Date.UTC(2016, 1 - 1, 23), 17 ],
            [ Date.UTC(2016, 1 - 1, 24), 18 ],
            [ Date.UTC(2016, 1 - 1, 26), 19 ],
            [ Date.UTC(2016, 2 - 1, 9), 20 ],
            [ Date.UTC(2016, 2 - 1, 10), 21 ],
            [ Date.UTC(2016, 2 - 1, 13), 22 ],
            [ Date.UTC(2016, 2 - 1, 15), 23 ],
            [ Date.UTC(2016, 2 - 1, 17), 24 ],
            [ Date.UTC(2016, 2 - 1, 21), 25 ],
            [ Date.UTC(2016, 2 - 1, 22), 26 ],
            [ Date.UTC(2016, 2 - 1, 25), 27 ],
            [ Date.UTC(2016, 2 - 1, 27), 28 ],
            [ Date.UTC(2016, 2 - 1, 28), 30 ],
            [ Date.UTC(2016, 2 - 1, 29), 31 ],
            [ Date.UTC(2016, 3 - 1, 5), 32 ],
            [ Date.UTC(2016, 3 - 1, 6), 33 ],
            [ Date.UTC(2016, 3 - 1, 9), 34 ],
        ],
      },
      {
        name: 'Convidados',
        data: [
        ]
      }
    ]
  });

  var chart2 = new Highcharts.Chart({
      credits: { enabled: false },
      chart: {
         renderTo: "highcharts_container_events",
         defaultSeriesType: 'column'
      },
      title: { text: '' },
      xAxis: { categories: [
          "bld",
          "py",
          "4",
          "2",
          "3",
      ] },
      yAxis: {
         min: 0,
         title: {
            text: 'Registos'
         }
      },
      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: "Não Iniciante",
          data: [
              4,
              8,
              10,
              8,
              11,
          ]
        },
        {
          name: "Iniciante",
          data: [
              0,
              3,
              8,
              12,
              23,
          ]
        }
      ],
   });

   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: [
             [ "Portugal", 33 ],
             [ "Spain", 1 ],
         ]
      }]
   });

  var chart4 = new Highcharts.Chart({
      credits: { enabled: false },
      chart: {
         renderTo: "highcharts_container_days",
         defaultSeriesType: 'column'
      },
      title: { text: '' },
      xAxis: { categories: [
          "Sábado",
      ]},
      yAxis: {
         min: 0,
         title: {
            text: 'Registos'
         }
      },
      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: 'Competidores',
          data: [
              34,
          ]
        },
        {
          name: 'Convidados',
          data: [
              0,
          ]
        }
      ],
   });
});
-->
</script>

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