public class Chart extends Object
CreatedVsResolvedChart
for
example. It provides the image location, as well as image map and image map name for the chart that was
generated. It also contains a parameter map that may contain obtional parameters needed to render the chart.
(For example total issue counts for the data displayed in the chart)Constructor and Description |
---|
Chart(String location,
String imageMap,
String imageMapName,
Map<String,Object> parameters) |
Modifier and Type | Method and Description |
---|---|
String |
getBase64Image() |
String |
getImageMap() |
String |
getImageMapName() |
String |
getLocation()
Deprecated.
you should use
getBase64Image() |
Map<String,Object> |
getParameters() |
public String getLocation()
getBase64Image()
ChartHelper
public String getImageMap()
public String getImageMapName()
public String getBase64Image()
Copyright © 2002-2019 Atlassian. All Rights Reserved.