You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Sheetsee.js provides three <ahref="http://d3js.org/">D3.js</a> chart options to use with your spreadsheet data: a bar chart, line graph and pie chart. You can also use a custom D3 chart with Sheetsee, read about that <ahref="custom-charts.html">here</a>.</p>
21
21
<h2id="make-a-chart">Make a Chart</h2>
22
22
<p>Each chart requires your data be an <em>array of objects</em>, with objects containing <code>label</code> and <code>units</code> key/value pairs.</p>
<p>Sheetsee.js uses <ahref="http://mapbox.com/mapbox.js">Mapbox.js</a> and <ahref="http://leafletjs.com/">Leaflet.js</a> to make maps of your <strong>points</strong>, <strong>polygons</strong>, <strong>lines</strong> or <strong>multipolygons</strong> (all coordinate based). Details on what that actually looks like <ahref="http://leafletjs.com/examples/geojson.html">here</a>.</p>
21
21
<p>You'll create a placeholder <code><div></code> in your HTML, CSS giving it a size and fire up a map from within <code><script></code> tags. You can also customize your popup content.</p>
22
22
<h2id="your-html-placeholder-div-">Your HTML Placeholder <code><div></code></h2>
<p>With this module you can create tables of your data that are sortable, searchable and paginate-able.</p>
21
21
<p>You'll need a placeholder <code><div></code> in your html, a <code><script></code> mustache template and a <code><script></code> that initiates the table.</p>
22
22
<h2id="your-html-placeholder-div-">Your HTML Placeholder <code><div></code></h2>
0 commit comments