Description: This component should be placed on an equip. It will display the different points on that equip in a multiple dropdown, so that the user can select and view multiple charts. Click Select... to show/hide these points. There is also a dropdown that allows the user to choose today, yesterday, last week, ect. There is also an option for a date picker, or to create your own custom range.
Make Your Own
- Drag out AM|Charts from the left menu
- Right click and select Show/Hide
- Drag and drop this file into the world moment.min.js
- Next drag out Ractive from the components menu, and resize it to the desired size
- Next under the properties menu on the left side, select ractive editor, and Open Editor
- In the editor, copy and paste the code below
...
Code Block |
---|
var myRactive = this; var myTarget = query('targetPoint'); finstack.eval('readAll(his and point and equipRef==@1eeaff69-30d84ee5'+myTarget.pointId+')', function(data){ myRactive.myPoints = data.result.toObj(); }); |
...