Commit Graph

51 Commits

Author SHA1 Message Date
f83dabf6ac Allow to add links between couples of lat,long or x,y coordinates 2014-12-01 23:09:07 +01:00
f3fb0ada8d Removed unused variables 2014-11-30 15:46:58 +01:00
653a57370f Fixed tooltip position on mouseover 2014-11-29 21:55:42 +01:00
ff9ea21b39 Fixed zoom on mousewheel 2014-11-29 21:07:34 +01:00
42e9ae5780 Zoom on mousewheel only if zoom is enabled 2014-11-29 19:38:53 +01:00
9ba7c79aa5 Improved zoom feature and zoom on mousewheel 2014-11-27 22:10:48 +01:00
d84d5ea419 Allow to add curved links between plots 2014-11-19 00:05:14 +01:00
991a357ea5 Legends display set to true by default 2014-11-13 22:54:29 +01:00
64b00d31f9 Added elemOptions to the parameters of eventHandlers functions 2014-11-13 22:52:29 +01:00
a53c11ca57 Allow legend to handle multiple criteria 2014-11-11 19:20:50 +01:00
299be013af Allow to set a fixed value instead of a couple of min and max values for the legend slices 2014-10-26 12:15:43 +01:00
50baf1600d Added data attributes that allow to easily select legend elements and labels through jQuery 2014-10-26 11:56:09 +01:00
4115b5ea06 Allow to set a custom width and height for areas elements in the legend and introduce new marginBottomTitle option 2014-10-26 11:41:00 +01:00
13960873a6 Fixed quotes 2014-10-25 23:44:52 +02:00
ae43ec4c91 Added 'horizontal' mode for the legend 2014-10-25 23:41:43 +02:00
26aaa5ccf7 Fixed legend scale 2014-10-21 22:44:56 +02:00
3532e07e43 Allow to add images has plots 2014-10-20 22:25:35 +02:00
c0020a0471 Added new 'target' option that allows to specify the targets of the links on plots and areas 2014-03-11 11:48:39 +01:00
8a9d1e99f1 New options to set an initial zoom on the map : options.map.zoom.init.level and map.zoom.init.latitude, map.zoom.init.longitude (or map.zoom.init.x, map.zoom.init.y) 2014-02-17 11:28:04 +01:00
556cd9d3ca version 0.7.1 2014-01-23 22:17:35 +01:00
bf6d19d76d afterUpdate call: fixed undefined opt 2014-01-17 23:10:18 +01:00
9b4a7508f4 don't animate areas and plots in the legend on mouse hover 2013-12-04 12:15:36 +01:00
e36153fb3d Fix legend colorisation with zero values in slices definition 2013-12-04 12:06:20 +01:00
feb99f3e84 version 0.7.0 2013-11-17 19:48:40 +01:00
72fa42d629 improved zooming feature 2013-11-17 15:41:10 +01:00
8adb3d1dd2 Added labelAttrsHover option for the plots and areas legend 2013-11-15 19:56:14 +01:00
27c7e3dfa5 Merge branch 'master' of https://github.com/neveldo/jQuery-Mapael 2013-11-15 19:38:23 +01:00
4c7cb40376 Added 'options' object to the parameters of afterInit and afterUpdate callbacks 2013-11-15 19:36:39 +01:00
b05aa4a3e3 prevent the tooltip to overflow from the container 2013-10-29 17:34:31 +01:00
6a2433bb8f Added hooks on map initialization and update in order to allow custom processing (afterInit and afterUpdate) 2013-10-27 20:03:00 +01:00
96b874270f 'update' event' now allows to update attrsHover for plots and area (bugfix) 2013-10-01 22:23:31 +02:00
c9385af885 version 0.6.0 2013-09-29 13:00:32 +02:00
f954cc0000 'update' event improved, examples updated 2013-09-29 12:52:31 +02:00
3a931f46db Option 'display' that allows to hide a specific element from the legend 2013-09-25 13:06:46 +02:00
e31ba7557d EventObject transmitted to handlers & improvements for scaling plots in the legend 2013-09-24 13:08:38 +02:00
09e413f34f data-id attribute for plots and areas's nodes 2013-09-22 13:21:04 +02:00
01592a72fd Improved handling of callbacks with events 2013-09-22 12:46:49 +02:00
55e26e9b2d filling CSS classes of the created nodes with IDs of areas and plots 2013-09-22 11:34:33 +02:00
0dbd62720e Drawing squares and circles in the legend taking account the scale of the map 2013-09-21 21:15:27 +02:00
1b15729196 Truely hide the elements when user clicks on the legend and hideElemsOnClick.opacity is set to 0 2013-09-21 20:05:52 +02:00
a3275aaaca version 0.5.1 2013-08-24 16:16:25 +02:00
7c7e45eb09 zoom and panning 2013-08-24 16:02:04 +02:00
e92ac01fc4 Fix legend colorisation with zero values 2013-08-05 11:55:58 +02:00
bb2a0a675f Hide map elements when user click on the related legend label 2013-07-29 22:30:16 +02:00
0cf2d86e7c version 0.3.0 2013-07-15 23:28:53 +02:00
196cd4464a fix plot type (square / circle) in the legend 2013-07-15 23:22:12 +02:00
362d9ba34f refreshable maps 2013-07-15 22:53:59 +02:00
dbd0c08e1e New attribute textPosition for areas and plots accepting "right", "left", "center", "top" or "inner" value 2013-07-04 22:47:20 +02:00
65fe1ac176 Trigger resize event, toFront() call deleted, option legendParams.VMLWidth for IE6/7 support 2013-07-02 22:04:41 +02:00
53095642ec version 0.2.1 2013-06-30 22:55:03 +02:00