Attributes |
---|
renderer
|
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.
| required=true rtexprvalue=true
|
|
chartid
|
The id of the chart to render.
| required=true rtexprvalue=true
|
|
width
|
Width of the rendered chart image in pixel.
| required=true rtexprvalue=true
|
|
height
|
Height of the rendered chart image in pixel.
| required=true rtexprvalue=true
|
|
mime
|
The MIME type of the image. Currently image/png (default) and image/svg are supported.
image/png
| default=image/png required=false rtexprvalue=true
|
|
alt
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
hspace
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
vspace
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
align
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
border
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
ismap
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
longdesc
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
usemap
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
class
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
dir
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
lang
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
onclick
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
ondbclick
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
onkeydown
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
onkeypress
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
onkeyup
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
onmousedown
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
onmousemove
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
onmouseout
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
onmouseover
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
onmouseup
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
style
|
Corresponds to appropriate HMTL <img> attribute.
| required=false rtexprvalue=true
|
|
htmltitle
|
Corresponds to appropriate HMTL <img> title attribute.
| required=false rtexprvalue=true
|
|