Xpages Google Chart API - CSV


<?xml version="1.0" encoding="UTF-8"?>
<xp:view xmlns:xp="http://www.ibm.com/xsp/core">

<html>
<head>
   <title>Dököll Solutions, Inc. Tutorials (Bar)</title>
   <script src="https://www.google.com/jsapi"></script>
   <script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
   <script src="jquery.csv-0.71.js"></script> 
   <script src="/sitefindermobile.nsf/myjquerygbarchartsregdata.js"></script>

</head>
<body>
<center>
<h1>Dököll Solutions, Inc. Tutorials</h1>
<h3>Tutorials By Type</h3>
<hr></hr>
   <div id="chart" style="width:800px; height:500px;">
   </div>
   <h3>Choose: Quantity, Downloads, Rating, Response, Inventory</h3>
   <hr></hr>
   <br></br>
   <select id="range">
   <option value="" >Select Quantity</option>
   </select>
   <select id="domain" disabled="disabled">
   <option value="" >Select CodeName</option>
   </select>
   </center>
</body>
</html>
</xp:view>
All code submitted to OpenNTF XSnippets, whether submitted as a "Snippet" or in the body of a Comment, is provided under the Apache License Version 2.0. See Terms of Use for full details.
No comments yetLogin first to comment...