Modifier | Constructor and Description |
---|---|
protected |
Chart(Context2d context,
Configuration configuration)
Builds CHART object at CHART.JS level.
This constructor MUST be empty. |
Modifier and Type | Method and Description |
---|---|
IsChart |
getChart()
Returns the CHARBA chart or
null if CHARBA id is not present into CAHRT.JS chart options. |
protected Chart(Context2d context, Configuration configuration)
context
- represents a flat cartesian surface whose origin (0,0) is at the top left corner, with the coordinate
space having x values increasing when going right, and y values increasing when going down.configuration
- configuration of CHART (native object).@JsOverlay public IsChart getChart()
null
if CHARBA id is not present into CAHRT.JS chart options.null
if CHARBA id is not present into CAHRT.JS chart options