Skip to content

Repository files navigation

java-geo-chart

Geo chart custom using java swing

Sample code

// Create geo chartGeoChartgeoChart = newGeoChart();
// Init geo data with low resolutiongeoChart.load(GeoData.Resolution.LOW);
// Set default zoomgeoChart.getGeoChart().zoom(2);
// Put data to geo chart (name, value, color)geoChart.putData("Name 1", 5000, newColor(89, 152, 97));
geoChart.putData("Name 2", 3500, newColor(200, 149, 61));
// Put data with random color (name, value)geoChart.putData("Name 3", 2500);

Create GeoChart Data View

// CreateGeoChartDataViewgeoChartDataView = newGeoChartDataView();
// Set it to geochartgeoChart.setGeoChartDataView(geoChartDataView);

Library Use

Screenshot

2023-04-16_003635

About

No description or website provided.

Topics

Resources

Stars

11 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages