pitommasi

Members
  • Content count

    166
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by pitommasi

  1. Hide Entities

    "Is there anybody out there?"
  2. Marker Coordinates

    An answer would be really appreciated, thanks!
  3. Hide Entities

    An answer would be really appreciated, thanks!
  4. 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...
  5. Euro Symbol Not Showing In Yaxis Label

    Ok, forget it, I solved, simply putting the symbol directly (which I already have tried in first place, without success)
  6. Euro Symbol Not Showing In Yaxis Label

    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"
  7. Is it possible to eliminate counties?

    anyway, apart from the forum issues, can the map issue be solved (hide some countries from the map?
  8. are ALL the capital cities included in that XML? Or just the major ones? Thank you
  9. Is it possible to eliminate counties?

    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
  10. So, if I need this, I should buy another product?
  11. Marker Coordinates

    any news? opern question, here... seriously, I need an answer ASAP...
  12. Hide Entities

    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.
  13. Hide Entities

    any suggestion?
  14. Marker Coordinates

    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?
  15. Marker Coordinates

    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?
  16. Marker Coordinates

    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...
  17. Markers legend?

    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?
  18. Markers legend?

    I would like to know this as well, thanks
  19. Custom Legend

    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?
  20. No Maxvalue On Colorrange

    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
  21. Cannot Hide A Label...

    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.
  22. Hide Entities

    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...
  23. No Maxvalue On Colorrange

    ANyway, thanks for the code provided, very useful!!
  24. No Maxvalue On Colorrange

    WOW! So there is not a simpler thing? I.E. mapID.entityID.setColor=newColor
  25. Group Countries In Europe Map

    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?