pitommasi
Members-
Content count
166 -
Joined
-
Last visited
-
Days Won
1
Everything posted by pitommasi
-
"Is there anybody out there?"
-
An answer would be really appreciated, thanks!
-
An answer would be really appreciated, thanks!
-
I have problems showing the Euro currency symblo in the yaxis' label. First, I had problems also with numberprefix option, solved, using numberprefix="%E2%82%AC" That fixed only the mumberprefix encoding, because, setting yaxisname="Amount (%E2%82%AC)" shows Amount (%E2%82%AC) instead of encoding the eur symbol... So, why this does work for value labels and not for axis labels? bye the waym I have already tried both € and & #8364; wothout success...
-
Ok, forget it, I solved, simply putting the symbol directly (which I already have tried in first place, without success)
-
Update: putting a space after the currency bytecodes, like this: numberprefix="%E2%82%AC " breaks the symbol also in numberprefix... now it shows "%E2%82%AC"
-
Is it possible to eliminate counties?
pitommasi replied to FusionCharts Support's topic in Using FusionMaps XT
anyway, apart from the forum issues, can the map issue be solved (hide some countries from the map? -
World Map Target Countries (x n y coordinates)
pitommasi replied to Kisor's topic in Using FusionMaps XT
are ALL the capital cities included in that XML? Or just the major ones? Thank you -
Is it possible to eliminate counties?
pitommasi replied to FusionCharts Support's topic in Using FusionMaps XT
the link is not working (I am assuming is for the old forum). Since I need this feature, can I have the correct lik or, at least, a solution? Thanks -
Dinamically Resize Map According To Browser Window Size
pitommasi replied to pitommasi's topic in Using FusionMaps XT
So, if I need this, I should buy another product? -
any news? opern question, here... seriously, I need an answer ASAP...
-
Sorry to insist, but I really neeed to know if this feature is available. I whish to hide entire graphical entitie from a map (not just labels or names, but whole countries, as they didn't exist... I am attaching a screenshot for reference, thanks. In this screenshot, as you can see, north america is not visible.
-
any suggestion?
-
Those are coordinates for the major cities, right? But they are not necessarily at the center of the country and there is not necessarily one for each country and only one for each country, right?
-
OK, the problem is not the code, the problem is the coordinates: how do we calculate them? I would need at least a CSV of the coordinates of the center of each country... Do you have at least something like that?
-
no, unfortunately, it does not help! Markers are to be put "dinamically", at runtime, based on the values associated, as I said in my question. We have to retrieve data from a database and, based on the values retrieved we should set markers, so the GUI it is useless...
-
Hi. Thanks for your answer. Anyway, I think it doesn't answer to our question: is it possible to have a markers legend? I.E.: circle means this, diamond means that?
-
I would like to know this as well, thanks
-
So, assuming that I have to create a custom legend in javascript, it is at least possible to hide the automatic one (the one based on colorrranges), for sake of homogeneity?
-
Hi! I am experimenting with color ranges... How can I specify a colorrange that goes from a minum value of, let's say 100, to "infinity"? Or, in other words, from 100 and beyond? I do not want to specify a number, as I do not know how much would that be and I do not want that calues beyond a certain amount fall into default range... I.E.: if I specify fom 100 to 10000 and then there is a value of, let's say, 200000, that would fall in the "default" fillColor, but I do not want that, because that should be for regions with no data.... Hope I have been clear enough. Thanks
-
no, I must disagree. As you could see, I had already tried that, without success. It only worked putting showLabel='0' for each entity for whitch I wanted to hid the label.
-
Nope, sorry, not just the name, but the antire graphic entity. I might need, for example, a World map not showing North America, as if it didn't exist...
-
ANyway, thanks for the code provided, very useful!!
-
WOW! So there is not a simpler thing? I.E. mapID.entityID.setColor=newColor
-
Thanks you, but that is for single map entities. I will have to separately set the same link for all the entities that belong in a group, right?