mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 04:46:42 +02:00
Update jqplot to
jquery.jqplot.1.0.0b2_r947
This commit is contained in:
@@ -6,16 +6,16 @@
|
||||
<title>Simple Test</title>
|
||||
<!--[if lt IE 9]><script language="javascript" type="text/javascript" src="../excanvas.js"></script><![endif]-->
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="../jquery.jqplot.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../jquery.jqplot.min.css" />
|
||||
<link rel="stylesheet" type="text/css" href="examples.css" />
|
||||
|
||||
<!-- BEGIN: load jquery -->
|
||||
<script language="javascript" type="text/javascript" src="../jquery.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../jquery.min.js"></script>
|
||||
<!-- END: load jquery -->
|
||||
|
||||
<!-- BEGIN: load jqplot -->
|
||||
<script language="javascript" type="text/javascript" src="../jquery.jqplot.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.barRenderer.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../jquery.jqplot.min.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../plugins/jqplot.barRenderer.min.js"></script>
|
||||
<!-- END: load jqplot -->
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ $(document).ready(function(){
|
||||
plot2 = $.jqplot('chart2',[],{
|
||||
axes: {
|
||||
xaxis: {
|
||||
renderer: $.jqplot.BarRenderer.js
|
||||
renderer: $.jqplot.BarRenderer.min.js
|
||||
}
|
||||
}
|
||||
});
|
||||
@@ -46,8 +46,12 @@ $(document).ready(function(){
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<?php include "nav.inc"; ?>
|
||||
<?php include "topbanner.inc"; ?>
|
||||
<div class="example-content">
|
||||
<?php include "nav.inc"; ?>
|
||||
<div id="chart1" class="plot" style="width:500px;height:300px;"></div>
|
||||
<div id="chart2" class="plot" style="width:500px;height:300px;"></div>
|
||||
</body>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user