Defines a chart to be displayed in a popup window.
Referenced by: mediaInfo
Properties
| Property | Details |
|---|---|
| altText | A string providing the alternate text for the media. |
| caption | A string caption describing the media. |
| title | A string title for the media. |
| type | A string defining the type of media. Valid values:
|
| value | The value object contains information for popup windows about how charts should be constructed. |
mediaInfo Example
{
"title": "Chart stats",
"type": "barchart",
"altText": "This chart shows statistics",
"caption": "For a better idea...",
"value": {
"fields": [
"relationships/0/Pledge"
],
"tooltipField": "relationships/2/Official"
}
}