mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
Updated readme
This commit is contained in:
@@ -20,7 +20,7 @@ As Rapha
|
||||
* based on **jQuery and raphael.js**. And optionnaly based on jQuery mousewheel for the zoom on mousewheel feature.
|
||||
* **Interactive.** Set href, tooltip, add events and many more on the elements of your map.
|
||||
* **Plottable cities** Cities can be plotted on the map with circles, squares or images by their latitude and longitude
|
||||
* **Areas and plots colorization with legends.** Mapael automatically sets attributes like color and size to each area and plot displayed on map and generates an interactive legend in order to build pretty dataviz
|
||||
* **Areas and plotted points colorization with legends.** Mapael automatically sets attributes like color and size to each area and plotted point displayed on map and generates an interactive legend in order to build pretty dataviz
|
||||
* **Easy to add new maps.** Build your own maps based on SVG paths
|
||||
* **SEO-friendly.** An alternative content can be set for non-JS users and web crawlers
|
||||
* **Resizable** Maps are easily resizable.
|
||||
@@ -49,27 +49,27 @@ Here is the simplest example that shows how to display an empty map of the world
|
||||
**Basic**
|
||||
|
||||
* [Minimal example](http://jsfiddle.net/neveldo/tn5AF/)
|
||||
* [Map with some custom plots and areas](http://jsfiddle.net/neveldo/z559d0s2/)
|
||||
* [Map with some custom plotted cities and areas](http://jsfiddle.net/neveldo/z559d0s2/)
|
||||
* [Map with zoom-in, zoom-out buttons and zoom on mousewheel](http://jsfiddle.net/neveldo/jh4jzyhw/)
|
||||
* [Map with a legend for areas](http://jsfiddle.net/neveldo/TUYHN/)
|
||||
* [Map with a legend for plots](http://jsfiddle.net/neveldo/n6XyQ/)
|
||||
* [Map with a legend for plotted cities](http://jsfiddle.net/neveldo/n6XyQ/)
|
||||
* [Map with a legend where slices are specified with a fixed value instead of min and max values](http://jsfiddle.net/neveldo/bgjh7a4f/)
|
||||
* [Map with a legend for images](http://jsfiddle.net/neveldo/1jjq6g9y/)
|
||||
* [Map with a legend for plots and areas](http://jsfiddle.net/neveldo/VqwUZ/)
|
||||
* [Map with a legend for plotted cities and areas](http://jsfiddle.net/neveldo/VqwUZ/)
|
||||
* [Use legendSpecificAttrs option to apply specific attributes to the legend elements](http://jsfiddle.net/neveldo/5o16cw7s/)
|
||||
* [Map with an horizontal legend for plots and areas](http://jsfiddle.net/neveldo/qr540oyv/)
|
||||
* [Map with href on areas and plots](http://jsfiddle.net/neveldo/dqcbkp4z/)
|
||||
* [Map with an horizontal legend for plotted cities and areas](http://jsfiddle.net/neveldo/qr540oyv/)
|
||||
* [Map with href on areas and plotted cities](http://jsfiddle.net/neveldo/dqcbkp4z/)
|
||||
|
||||
**Advanced**
|
||||
|
||||
* [Map with links between the plots](http://jsfiddle.net/neveldo/yckqj78q/)
|
||||
* [Map with multiple plot legends that handle different criteria](http://jsfiddle.net/neveldo/xd2azoxL/)
|
||||
* [Map with links between the plotted cities](http://jsfiddle.net/neveldo/yckqj78q/)
|
||||
* [Map with multiple plotted cities legends that handle different criteria](http://jsfiddle.net/neveldo/xd2azoxL/)
|
||||
* [Trigger an 'update' event for refreshing elements](http://jsfiddle.net/neveldo/TKUy4/)
|
||||
* [Use the 'eventHandlers' option and the 'update' event for refreshing areas when the user click on them](http://jsfiddle.net/neveldo/qGwWr/)
|
||||
* [Use 'zoom' event in order to zoom on specific areas of the map](http://jsfiddle.net/neveldo/ejf9dsL9/)
|
||||
* [Use 'zoom.init' option in order to set an initial zoom level on a specific position](http://jsfiddle.net/neveldo/6ms3vusb/)
|
||||
* [Use 'afterInit' option to extend the Raphael paper](http://jsfiddle.net/neveldo/xqpwwLqg/)
|
||||
* [Use the 'eventHandlers' option to display information about plots in a div on mouseover](http://jsfiddle.net/neveldo/b5fj4qod/)
|
||||
* [Use the 'eventHandlers' option to display information about plotted cities in a div on mouseover](http://jsfiddle.net/neveldo/b5fj4qod/)
|
||||
|
||||
## License
|
||||
|
||||
|
||||
Reference in New Issue
Block a user