1👍
Using jmapviewer, 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
.
- [Chartjs]-ChartJS:align zeros on chart with multi axes
- [Chartjs]-How to remove odd number from yaxes in chartjs using angular?
Source:stackexchange.com