martynasma
Forum Replies Created
-
Forum: Plugins
In reply to: [amCharts: Charts and Maps] How to customize a map?Great ??
Forum: Plugins
In reply to: [amCharts: Charts and Maps] How to customize a map?Sure:
dataProvider: { map: "usaLow", areas: [{ id: "US-CA", title: "The Golden State33 millions", value: 33000000 }], images: [{ latitude: 52.694617, longitude: -129.74359, label: 'CA', mouseEnabled: false, labelPosition: 'middle' }] },
Forum: Reviews
In reply to: [amCharts: Charts and Maps] Very nice lookingThanks!
Forum: Plugins
In reply to: [amCharts: Charts and Maps] How to customize a map?You can place any label using latitude/longitude coordinates.
Here’s an example that displays a label over a few states:
Please note that latitude/longitude coordinates on this map are arbitrary and do not correspond with real life coordinates. That is because the map is distorted for visual purposes.
You can use the above example to find out the coordinates as well. Just click on a any point in the map while holding the SHIFT key. The coordinates will be displayed just below the map.
You can use it to find out the coordinates for other labels you may need.
Forum: Plugins
In reply to: [amCharts: Charts and Maps] How to customize a map?Replace the “\n” with
<br>
to make the line in a balloon break.Forum: Plugins
In reply to: [amCharts: Charts and Maps] How to customize a map?You can add that info in the “title” property of the area. I.e.:
{ id: "US-TX", title: "Texas\n25 millions", value: 25000000 }
Let me know if this works for you. (i.e. you don’t display area title anywhere else but rollover balloon)
If you do, there might be other advanced approaches for it.
Forum: Plugins
In reply to: [amCharts: Charts and Maps] How to customize a map?The code you pasted should work except you will need to replace “chartdiv” with “%CHART%”
Forum: Plugins
In reply to: [amCharts: Charts and Maps] How to add a map?Great! Glad you worked it out.
Forum: Plugins
In reply to: [amCharts: Charts and Maps] How to add a map?Hi,
You need to include the French map.
- In “Resources” field, replace “worldLow” with “franceLow”.
- In “JavaScript” field, also replace “worldLow” with “franceLow”.
Should do the trick.
Forum: Reviews
In reply to: [amCharts: Charts and Maps] So easy to useThanks!
Yes, this feature is definitely on the list for the next version.