Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
Not able to show graph in md-dialog
-
I Want to show graph in md-dialog but not able to access data-points in dialog
My code is following... >>-->>
mydialog.html —>
<md-dialog class="fullscreen-dialogss" aria-label="Full Screen Dialog Test"> <div> <md-card> <md-card-content> <div><ma-point-values point-xid=“point_xid1” point="point1” values="point1" from="from" to="to" rollup="AVERAGE" auto-rollup-interval="true"></ma-point-values></div> <ma-serial-chart options="{theme:'black'}" style="height: 200px; width: 100%" series-1-values="point1" series-1-title="title1" series-1-type="line" series-1-color="#ff0000" legend="true" balloon="true"></ma-serial-chart> </md-card-content> </md-card> </div> </md-dialog>And app.js —>
$mdDialog.show({ scope:$rootScope, preserveScope:false, templateUrl: 'views/mydialog.html’, targetEvent: ev, clickOutsideToClose:false, }) -
@ganeshvarahade This question doesn't really have anything to do with Mango and is more of a question about AngularJS Material, please be sure to read their documentation - https://material.angularjs.org/latest/
By passing
preserveScope:falseI believe you will destroy the root scope which is not desirable. Try usinglocalsinstead. -
ok..Can we access datapoint values under app.js?
Because I am getting specific values of specific data points under pop-up but I am not able to get Chart or Graph related values under pop-up so what procedure I need to follow? -
@ganeshvarahade said in Not able to show graph in md-dialog:
ok..Can we access datapoint values under app.js?
Yes there are angular services which are documented. Go into the menu editor and enable the "API Docs" menu.
@ganeshvarahade said in Not able to show graph in md-dialog:
Because I am getting specific values of specific data points under pop-up but I am not able to get Chart or Graph related values under pop-up so what procedure I need to follow?
I really cannot even begin to suggest anything because you have provided me no information about your project. You will have to tell me if you are using the dashboard designer/custom pages or a whole custom app and post your HTML markup and app.js if relevant.
Did you address the issue with
preserveScope:false?
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login