#7993

by amcharts

HTML

<script type="text/javascript" src="http://www.amcharts.com/lib/3/amcharts.js"></script>
<script type="text/javascript" src="http://www.amcharts.com/lib/3/serial.js"></script>
<script type="text/javascript" src="http://www.amcharts.com/lib/3/themes/none.js"></script>
<div id="chartdiv"></div>

CSS

#chartdiv {
    width : 100%;
    height : 500px;
}

JavaScript

var chart = AmCharts.makeChart("chartdiv", {
    "valueAxes": [{
        "position": "left",
        "id": "dataset",
        "title": "... per day (normalized)",
        "stackType": "regular"
    }, {
        "position": "right",
        "id": "dataset1",
        "title": "(io+sys)\/user",
        "stackType": "3d"
    }, {
        "offset": 100,
        "position": "right",
        "id": "dataset2",
        "title": "frequency \/ MHz"
    }],
    "dataProvider": [{
        "t": 1403215200000
    }, {
        "0": 91.97050183327768,
        "1": 3.2415221530679994,
        "2": 0.09525937712843835,
        "3": 0.25068223905655745,
        "t": 1403217000000,
        "4": 4.4420343974693335,
        "5": 2777.237288135593
    }, {
        "0": 92.38645787404892,
        "1": 3.2171883952878377,
        "2": 0.04483724791631204,
        "3": 0.13833228611291704,
        "t": 1403220600000,
        "4": 4.2131841966340104,
        "5": 2771.2166666666667
    }, {
        "0": 92.03833593985755,
        "1": 3.2588319345748484,
        "2": 0.03766676572614832,
        "3": 0.2366647479256182,
        "t": 1403224200000,
        "4": 4.428500611915828,
        "5": 2787.3333333333335
    }, {
        "0": 91.16586774983118,
        "1": 3.3713200587890277,
        "2": 0.05100260377247277,
        "3": 0.9388259557676075,
        "t": 1403227800000,
        "4": 4.472983631839717,
        "5": 2794.0
    }, {
        "0": 92.40474485704256,
        "1": 3.2063712449836945,
        "2": 0.01533348334649229,
        "3": 0.1338355149172575,
        "t": 1403231400000,
        "4": 4.239714899709988,
        "5": 2794.0
    }, {
        "0": 91.91969262188782,
        "1": 3.2426477113719043,
        "2": 0.37718027231222445,
        "3": 0.2221671679474502,
        "t": 1403235000000,
        "4": 4.238312226480607,
        "5": 2794.0
    }, {
        "0": 92.33285755247942,
        "1": 3.2798203518017233,
        "2": 0.016833199304468662,
        "3":...