Sha256: 216aa294edba0d85fdc041de45a6c25aaa00a578d5b36cd03d79d3e5e59e3ecb

Contents?: true

Size: 1.16 KB

Versions: 4

Compression:

Stored size: 1.16 KB

Contents

<html>
<head>
  <link rel="stylesheet" type="text/css" href="../jquery.jqplot.css" />
  <link rel="stylesheet" type="text/css" href="examples.css" />
  
  <!--[if IE]><script language="javascript" type="text/javascript" src="../excanvas.min.js"></script><![endif]-->
  <!-- BEGIN: load jquery -->
  <script language="javascript" type="text/javascript" src="../jquery-1.4.2.min.js"></script>

  <!-- END: load jquery -->
  
  <!-- BEGIN: load jqplot -->
  <script language="javascript" type="text/javascript" src="../jquery.jqplot.js"></script>
	
	<script type="text/javascript" language="javascript">
		$(document).ready(function(){
      $.jqplot.config.enablePlugins = true;
		  
    var l1 = [2,5,8,1,9,7];
    var l2 = [9,13,11];
    var l3 = [7,6,5,3,2,5];
    var l4 = [15, 12, 19, 14, 9, 15];


    plot = $.jqplot('chart1', [l1, l2, l3, l4], { 
        series: [
          {markerOptions:{style:'x'}},
          {markerOptions:{style:'dash'}},
          {markerOptions:{style:'plus'}}], 
        legend:{show:true}
    });
});
</script>
		
</head>
<body>
<?php include "nav.inc"; ?>

<div class="jqPlot" id="chart1" style="height:380px; width:480px;"></div>

</body>


</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
reportbuilder-1.4.2 data/jqplot/examples/markerStyles.html
reportbuilder-1.4.1 data/jqplot/examples/markerStyles.html
reportbuilder-1.4.0 data/jqplot/examples/markerStyles.html
reportbuilder-1.3.0 data/jqplot/examples/markerStyles.html