Attributes |
Name | Required | Request-time | Type | Description |
var | false | true | java.lang.String | Name of the page scope attribute to hold the URL. If not specified the URL is printed to the page outstream. |
renderer | true | true | java.lang.String | Path to rendering servlet. Any path that starts with a '/' is assumed to refer to a resource relative to web application root. Otherwise, the path is assumed to refer to resource relative to the current page directory. |
chartid | true | true | java.lang.String | The id of the chart to render. |
width | true | true | java.lang.String | Width of the rendered chart image in pixel. |
height | true | true | java.lang.String | Height of the rendered chart image in pixel. |
mime | false | true | java.lang.String | The MIME type of the image. Currently image/png (default) and image/svg are supported. |