Package com.atlassian.jira.charts
Class Chart
java.lang.Object
com.atlassian.jira.charts.Chart
Result of generating a chart using a class such as
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)- Since:
- v4.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.
-
Constructor Details
-
Chart
-
-
Method Details
-
getLocation
Deprecated.you should usegetBase64Image()
- See Also:
-
getImageMap
-
getImageMapName
-
getParameters
-
getBase64Image
-
getBase64Image()