[Chartjs]-Map with pie chart and label

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.

Leave a comment