|
|
|
-- Region Name: European Map - Anychart 5 --
Region Source
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="#WIDTH#" height="#HEIGHT#" id="#CHART_NAME#" align=""> <param name="movie" value="&ANYCHART_INTEGRATION_KIT./#CHART_TYPE#.swf?XMLFile=#HOST#apex_util.flash?p=&APP_ID.:&FLOW_PAGE_ID.:&APP_SESSION.:FLOW_FLASH_CHART_R#REGION_ID#"> <param name="quality" value="high"> <param name="allowScriptAccess" value="sameDomain"> <param name="allowNetworking" value="all"> <param name="scale" value="noscale"> <param name="wmode" value="transparent"> <param name="FlashVars" value="waiting=#FLASH_WAITING#&loading=#FLASH_LOADING#">
<embed src="&ANYCHART_INTEGRATION_KIT./#CHART_TYPE#.swf?XMLFile=#HOST#apex_util.flash?p=&APP_ID.:&FLOW_PAGE_ID.:&APP_SESSION.:FLOW_FLASH_CHART_R#REGION_ID#" quality="high" width="#WIDTH#" height="#HEIGHT#" name="#CHART_NAME#" scale="noscale" align="" allowScriptAccess="sameDomain" allowNetworking="all" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" FlashVars="waiting=#FLASH_WAITING#&loading=#FLASH_LOADING#"> </embed> </object> #CHART_REFRESH#
Series Queries
European Map
select null link, label, value FROM europe_map
Chart XML
<?xml version = "1.0" encoding="utf-8" standalone = "yes"?> <anychart> <settings> <maps path_type="Absolute" path=""/> </settings> <charts> <chart plot_type="Map" use_anychart3_data_model="true"> <chart_settings> <title> <text>European Map</text> </title> <legend enabled="False" ignore_auto_item="True" inside_dataplot="True" rows_padding="0"> <title><text>Product Budget</text></title> <format>{%Icon} - ${%RangeMin}{numDecimals:0} - {%RangeMax}{numDecimals:0}</format> <items> <item source="Thresholds"/> </items> </legend> </chart_settings> <data_plot_settings> <map_series source="&AE_BASE.&ANYCHART_5./swf/maps/world/europe.amap" id_column="REGION_NAME"> <projection type="Orthographic" centroid_x="10.4515266418457" centroid_y="51.1656913757324"/> <zoom factor="2" y="0.47"/> <grid> <background enabled="True"> <fill type="Gradient" enabled="True"> <gradient type="Radial" angle="45" focal_point="-0.5"> <key position="0" color="#448DCA"/> <key position="0.5" color="#448DCA"/> <key position="1" color="#549DDA"/>
</gradient> </fill> <border enabled="False"/> </background> <meridians> <zero_grid_line enabled="False" opacity="0.2"/> <minor_grid_line enabled="True"/> <labels enabled="False" position="Center"> <font color="Rgb(220,220,220)"/>
<background enabled="True"> <fill color="Black" opacity="0.2"/> <corners type="Rounded" all="3"/> </background> </labels> </meridians> </grid> <defined_map_region> <tooltip_settings enabled="True"> <format><![CDATA[{%REGION_NAME} - ${%Value}{numDecimals:2}]]></format> </tooltip_settings> <map_region_style> <fill type="Gradient" color="%Color" opacity="1"> <gradient angle="45"> <key position="0" color="%Color" opacity="1"/> <key position="1" color="Blend(DarkColor(#bc2214),#bc2214,0.4)" opacity="1"/> </gradient> </fill> <border color="White"/> <states> <pushed> <fill type="Gradient" color="%Color" opacity="1"> <gradient angle="45"> <key position="0" color="%Color" opacity="1"/> <key position="1" color="Blend(DarkColor(%Color),%Color,0.4)" opacity="1"/> </gradient> </fill> </pushed> </states> </map_region_style> <label_settings enabled="True"> <format>{%REGION_ID}</format> </label_settings> </defined_map_region> <undefined_map_region> <tooltip_settings enabled="True"> <format>{%REGION_NAME}</format> </tooltip_settings> <label_settings enabled="True"> <format>{%REGION_ID}</format> </label_settings> <map_region_style color="RGB(220,220,220)"> <fill type="Gradient" color="%Color" opacity="1"> <gradient angle="45"> <key position="0" color="%Color" opacity="1"/> <key position="1" color="Blend(DarkColor(%Color),%Color,0.4)" opacity="1"/> </gradient> </fill> <border enabled="False"/> <states> <pushed> <fill type="Gradient" color="%Color" opacity="1"> <gradient angle="45"> <key position="0" color="%Color" opacity="1"/> <key position="1" color="Blend(DarkColor(%Color),%Color,0.4)" opacity="1"/> </gradient> </fill> </pushed> </states> </map_region_style> </undefined_map_region> </map_series> </data_plot_settings> #DATA# <palettes> <palette name="trPalette" type="ColorRange" color_count="5"> <gradient> <key color="Green"/> <key color="Yellow"/> <key color="Rgb(240,10,10)"/> </gradient> </palette> </palettes> <thresholds> <threshold name="autoTr" type="Quantiles" range_count="5" palette="trPalette"> </threshold> </thresholds> </chart> </charts> </anychart>
|
|
|
Label | Value |
| Australia | $5,000 |
| Austria | $3,000 |
| Belgium | $2,000 |
| Canada | $6,000 |
| Czech Republic | $1,000 |
| France | $2,500 |
| Germany | $350 |
| Greece | $125 |
| Hungary | $600 |
| Italy | $9,560 |
| Netherlands | $450 |
| Nordics | $970 |
| Poland | $125 |
| Portugal | $800 |
| Spain | $1,250 |
|
|
|
 |
|
|
|
|
|