Вход Регистрация
Файл: Main Website Files/assets/bower_components/flot/examples/series-types/index.html
Строк: 44
<?php
<!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">
    <
title>Flot ExamplesSeries Types</title>
    <
link href="../examples.css" rel="stylesheet" type="text/css">
    <!--[if 
lte IE 8]><script language="javascript" type="text/javascript" src="../../excanvas.min.js"></script><![endif]-->
    <
script language="javascript" type="text/javascript" src="../../jquery.js"></script>
    <
script language="javascript" type="text/javascript" src="../../jquery.flot.js"></script>
    <
script type="text/javascript">

    $(function() {

        var 
d1 = [];
        for (var 
014+= 0.5) {
            
d1.push([iMath.sin(i)]);
        }

        var 
d2 = [[03], [48], [85], [913]];

        var 
d3 = [];
        for (var 
014+= 0.5) {
            
d3.push([iMath.cos(i)]);
        }

        var 
d4 = [];
        for (var 
014+= 0.1) {
            
d4.push([iMath.sqrt(10)]);
        }

        var 
d5 = [];
        for (var 
014+= 0.5) {
            
d5.push([iMath.sqrt(i)]);
        }

        var 
d6 = [];
        for (var 
014+= 0.5 Math.random()) {
            
d6.push([iMath.sqrt(2*Math.sin(i) + 5)]);
        }

        $.
plot("#placeholder", [{
            
datad1,
            
lines: { showtruefilltrue }
        }, {
            
datad2,
            
bars: { showtrue }
        }, {
            
datad3,
            
points: { showtrue }
        }, {
            
datad4,
            
lines: { showtrue }
        }, {
            
datad5,
            
lines: { showtrue },
            
points: { showtrue }
        }, {
            
datad6,
            
lines: { showtruestepstrue }
        }]);

        
// Add the Flot version string to the footer

        
$("#footer").prepend("Flot " + $.plot.version " &ndash; ");
    });

    </
script>
</
head>
<
body>

    <
div id="header">
        <
h2>Series Types</h2>
    </
div>

    <
div id="content">

        <
div class="demo-container">
            <
div id="placeholder" class="demo-placeholder"></div>
        </
div>

        <
p>Flot supports linespointsfilled areasbars and any combinations of thesein the same plot and even on the same data series.</p>

    </
div>

    <
div id="footer">
        
Copyright &copy2007 2014 IOLA and Ole Laursen
    
</div>

</
body>
</
html>
?>
Онлайн: 3
Реклама