Set the rendering parameters of bar chart visualization.
Signature:
setParameter(name: string, value: any): void;| Parameter | Description |
|---|---|
| name | The parameter name. It can be either "points", "width", "height", "contourColor", "color", "radius" or "contour". |
| value | The value of the parameter. Its data type and value range depend on the specific parameter. |
Returns:
void