mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-18 04:20:05 +02:00
Update jqplot to
jquery.jqplot.1.0.0b2_r947
This commit is contained in:
@@ -6,15 +6,15 @@
|
||||
<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="../jquery.jqplot.min.js"></script>
|
||||
<!-- END: load jqplot -->
|
||||
|
||||
<script class="code" type="text/javascript">$(document).ready(function(){
|
||||
@@ -75,7 +75,9 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<?php include "nav.inc"; ?>
|
||||
<?php include "topbanner.inc"; ?>
|
||||
<div class="example-content">
|
||||
<?php include "nav.inc"; ?>
|
||||
<p>Setting custom gridPadding on charts. The red border indicates the plot target container. By default, the grid will size itself to fit axes, titles, etc. within the plot target. This values will be overridden if a "gridPadding" option is specified.</p>
|
||||
<p>The default computed gridPadding:</p>
|
||||
<div id="chart1a"></div>
|
||||
@@ -89,5 +91,7 @@
|
||||
<p>Just specify padding on the sides we need, defaults used for others:</p>
|
||||
<div id="chart3"></div>
|
||||
<pre class="code"></pre>
|
||||
</body>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user