benoitp

Members
  • Content count

    2
  • Joined

  • Last visited

About benoitp

  • Rank
    Forum Newbie
  1. Retrieving x/y entities label position

    Hi, thank you for your answer. Unfortunately, the VisualMapBuilder is not a viable solution. Indeed, this imply a manual record of all entity centers for all maps which is something that we cannot do. However, FusionChart is able to render the entity labels in their "center" so I guess there is a way, for us API users, to retrieve such position in order to put our marker rather than the text label.
  2. Hi, let me start by describing what I would like to achieve. I would like to be able to display another data series in the fusion map. The natural way in fusion map for displaying a dataseries is by gradient coloring of the entities but I would like to add another one. I would like, for instance, to be able to display this other series by using bubbles. To be more precise, we could do that by adding circle markers of different size in the center of the entities to represent this other series. Have a look on the attached document with the map of France to get the idea. In addition, I would like to do that for any fusion map. I think I could achieve this by using circle markers. I need to automatically insert the x/y positions for those markers. I have noticed that FusionMaps has a list of the most important cities in Download Package > MarkerXML. However, I am not interested in the cities position. What I would like to do is to position my markers where the entities labels are (or point to), the "middle" of the entity. For example, with the continent world map for SouthAmerica, I want to put my circle marker where SA:373M is written not in Sao Paulo or any other large city of South America. Do you have a suggestion for that ? I am also interested for any alternative approach to display two dataseries in a fusion map (one being the gradient coloring, the other to be determined). Thank you Benoit