1

I've been looking for map charts with pie charts on them where tooltip will pop on hover having the data in it. Now, I've been looking for some libraries like http://jvectormap.com, amcharts that have this functionality. But I have no interest in buying these products since all I want to use is this module.

I tried Google map with chart maker but still not getting what I actually want.

Here is a screenshot of what I want to create:

enter image description here

I would appreciate if someone could help me. Meanwhile, I will continue my research on them

Cornelius Roemer
  • 3,772
  • 1
  • 24
  • 55
zaven
  • 27
  • 5

1 Answers1

1

Using , add a custom MapMarker, as shown here. In your marker's implementation of paint(), invoke the draw() method of the JFreeChart matching the marker's coordinates. A typical invocation is seen in the paintComponent() method of ChartPanel.

trashgod
  • 203,806
  • 29
  • 246
  • 1,045