diff --git a/examples/advanced/transformations_on_svg_plots.html b/examples/advanced/transformations_on_svg_plots.html index 9c7e919..68fef72 100644 --- a/examples/advanced/transformations_on_svg_plots.html +++ b/examples/advanced/transformations_on_svg_plots.html @@ -100,7 +100,8 @@ name: "usa_states" , zoom: { enabled: true, - maxLevel: 20 + maxLevel: 20, + scalePlots: true } , defaultArea: { attrs: { @@ -202,7 +203,7 @@ var deletedPlots = ["paris", "lyon"]; $(".mapcontainer").trigger('update', [{ - mapOptions: {map: {defaultPlot:{attrs:{transform:'r55'}}}}, + mapOptions: {map: {defaultPlot: {attrs: {transform: 'r55'}}}}, animDuration: 1000 }]); }); @@ -217,7 +218,7 @@
All example for jQuery Mapael are available here.