mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
updated examples
This commit is contained in:
@@ -55,37 +55,63 @@
|
||||
|
||||
<h2>Minimal example (France)</h2>
|
||||
<div class="maparea1">
|
||||
<span>Alternative content</span>
|
||||
<div class="map">
|
||||
<span>Alternative content for the map</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>Map with some plotted cities and area labels (France)</h2>
|
||||
<div class="maparea2">
|
||||
<span>Alternative content</span>
|
||||
<div class="map">
|
||||
<span>Alternative content for the map</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>Map with some overloaded parameters and 'onclick' callback on areas (France)</h2>
|
||||
<div class="maparea3">
|
||||
<span>Alternative content</span>
|
||||
<div class="map">
|
||||
<span>Alternative content for the map</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>Population of France by department with a legend</h2>
|
||||
<div class="maparea4">
|
||||
<span>Alternative content</span>
|
||||
<div class="map">
|
||||
<span>Alternative content for the map</span>
|
||||
</div>
|
||||
<div class="areaLegend">
|
||||
<span>Alternative content for the legend</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>Population of the 1000 more populated french cities with a legend</h2>
|
||||
<div class="maparea5">
|
||||
<span>Alternative content</span>
|
||||
<div class="map">
|
||||
<span>Alternative content for the map</span>
|
||||
</div>
|
||||
<div class="cityFrance">
|
||||
<span>Alternative content for the legend</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>Map of the world with the population by country</h2>
|
||||
<div class="maparea6">
|
||||
<span>Alternative content</span>
|
||||
<div class="map">
|
||||
<span>Alternative content for the map</span>
|
||||
</div>
|
||||
<div class="areaLegend">
|
||||
<span>Alternative content for the legend</span>
|
||||
</div>
|
||||
<div class="plotLegend">
|
||||
<span>Alternative content for the legend</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>Map of USA with some plotted cities</h2>
|
||||
<div class="maparea7">
|
||||
<span>Alternative content</span>
|
||||
<div class="map">
|
||||
<span>Alternative content for the map</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
4231
examples.js
4231
examples.js
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user