Attributes |
Name | Required | Request-time | Type | Description |
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), image/jpeg and image/svg+xml are supported. |
alt | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
timeout | false | true | java.lang.String | How long to store the image in the session; default is 300 (seconds). |
hspace | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
vspace | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
align | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
border | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
ismap | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
longdesc | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
usemap | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
class | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
dir | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
lang | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
onclick | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
ondbclick | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
onkeydown | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
onkeypress | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
onkeyup | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
onmousedown | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
onmousemove | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
onmouseout | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
onmouseover | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
onmouseup | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
style | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
htmltitle | false | true | java.lang.String | Corresponds to appropriate HMTL <img> attribute. |
forceSessionId | false | true | java.lang.String | Add JSession id. |
removeAfterRender | false | true | java.lang.String | Remove image after rendering (defaults to false). |