HEX
Server: Apache/2.4.59 (Debian)
System: Linux skycube.cz 4.19.0-25-amd64 #1 SMP Debian 4.19.289-2 (2023-08-08) x86_64
User: ilya (534)
PHP: 7.3.31-1~deb10u7
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: /var/www/ilya/data/www/povoleni.ru/amcharts/plugins/dataloader/examples/gauge_json.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>

<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
  <title>amCharts Data Loader Example</title>
  <script src="http://www.amcharts.com/lib/3/amcharts.js"></script>
  <script src="http://www.amcharts.com/lib/3/gauge.js"></script>
  <script src="../dataloader.min.js"></script>
  <style>
  body, html {
    font-family: Verdana;
    font-size: 12px;
  }
  #chartdiv {
    width: 100%;
    height: 500px;
  }
  </style>
  <script>
    var chart = AmCharts.makeChart( "chartdiv", {
      "type": "gauge",
      "startDuration": 0.1,
      "dataLoader": {
        "url": "data/gauge.json"
      },
      "axes": [ {
        "id": "axis1",
        "axisAlpha": 0,
        "endAngle": 360,
        "endValue": 12,
        "minorTickInterval": 0.2,
        "showFirstLabel": false,
        "startAngle": 0,
        "topTextYOffset": 100,
        "valueInterval": 1
      }, {
        "id": "axis2",
        "axisAlpha": 0,
        "endAngle": 360,
        "endValue": 60,
        "radius": 60,
        "showFirstLabel": false,
        "startAngle": 0,
        "valueInterval": 5,
        "labelFrequency": 0,
        "tickLength": 10
      } ]
    } );
  </script>
</head>

<body>
  <div id="chartdiv"></div>
</body>

</html>