Package com.day.cq.reporting
Interface ChartData
public interface ChartData
This interface represents
Data that is pepared for being used in charts.-
Method Summary
Modifier and TypeMethodDescriptionvoidwriteDataJSON(JSONWriter writer, Locale locale) Writes the chart data to the specifiedJSONWriter.
-
Method Details
-
writeDataJSON
Writes the chart data to the specifiedJSONWriter.- Parameters:
writer- The JSON writerlocale- The locale to be used for formatting data- Throws:
JSONException- if an error occured while creating the JSON
-