Uses of Class
org.dashbuilder.renderer.c3.client.charts.map.D3MapConf
-
Packages that use D3MapConf Package Description org.dashbuilder.renderer.c3.client.charts.map org.dashbuilder.renderer.c3.client.charts.map.widgets -
-
Uses of D3MapConf in org.dashbuilder.renderer.c3.client.charts.map
Methods in org.dashbuilder.renderer.c3.client.charts.map that return D3MapConf Modifier and Type Method Description D3MapConfD3MapDisplayer. getConf()static D3MapConfD3MapConf. of(String title, Map<String,Double> data, boolean markers, boolean regions, String backgroundColor, CountriesGeoJsonService countriesGeoJsonService, Function<Double,String> formatter, Consumer<String> pathClickHandler, org.dashbuilder.displayer.MapColorScheme colorScheme, boolean showLegend)Methods in org.dashbuilder.renderer.c3.client.charts.map with parameters of type D3MapConf Modifier and Type Method Description voidD3MapDisplayer.View. createMap(D3MapConf conf)voidD3MapDisplayerView. createMap(D3MapConf conf) -
Uses of D3MapConf in org.dashbuilder.renderer.c3.client.charts.map.widgets
Methods in org.dashbuilder.renderer.c3.client.charts.map.widgets with parameters of type D3MapConf Modifier and Type Method Description voidD3Map. generateMap(int width, int height, D3MapConf conf)
-