- Print
- Dark
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Description
Renders a plot visualization to a specified Picture app object.
Input Parameters
Name | Type | Required | Description |
---|---|---|---|
tokenOrName | Text | Yes | Picture app object token or name |
lockerToken | Text | Yes | Plot's locker token |
width | Number | Yes | Display pixel width (height will auto-scale) |
data1 | Array | Yes | Plot's required 1st data series |
[data2] | Array | No | Plot's optional 2nd data series |
[data3] | Array | No | Plot's optional 3rd data series |
[data4] | Array | No | Plot's optional 4th data series |
[data5] | Array | No | Plot's optional 5th data series |
[data6] | Array | No | Plot's optional 6th data series |
[data7] | Array | No | Plot's optional 7th data series |
[data8] | Array | No | Plot's optional 8th data series |
[data9] | Array | No | Plot's optional 9th data series |
[data10] | Array | No | Plot's optional 10th data series |
Returns
No return value.
Examples
Remarks
Plots are graphical visualizations of data prepared by your scripts. The configuration of each plot, along with any sample data, is developed using Composer and stored in your app's locker.
When your script runs, this function will replace the sample data in your plot's configuration with the provided series data. Up to 10 data series are currently supported.
You only need to specify the plot's width (in pixels) for rendering. The runtime will ensure the height is scaled appropriately to preserve the plot's native aspect ratio so the plot does not appear distorted.