• Recent
    • Tags
    • Popular
    • Register
    • Login

    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.

    Radix IoT Website Mango 4 Documentation Website Mango 5 Documentation Website Radix IoT LinkedIn

    Legends in Line chart are not showing.

    Scheduled Pinned Locked Moved Dashboard Designer & Custom AngularJS Pages
    2 Posts 2 Posters 1.4k Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S Offline
      SabariGhosh
      last edited by

      I am using the example code in my SPA mango application page. but not able to see the legends. I can see the chart but not able to see the legends only. Can anyone please help me on that.

      Below is my code snippet -
      <md-content>
      <md-tabs md-dynamic-height md-border-bottom>
      <md-tab label="History">
      <div layout="row">
      <md-input-container flex="">
      <label>Choose a point</label>
      <ma-point-list limit="200" ng-model="point1"></ma-point-list>
      </md-input-container>
      </div>

      	<div layout="row" layout-xs="column" class="no-errors-spacer">
      		<md-input-container flex="">
      		   <label>Date preset</label>
      		   <ma-date-range-picker from="from" to="to" preset="LAST_1_DAYS" update-interval="1 minutes"></ma-date-range-picker>
      		</md-input-container>
      		<md-input-container flex="">
      		   <label>From date</label>
      		   <ma-date-picker ng-model="from"></ma-date-picker>
      		</md-input-container>
      		<md-input-container flex="">
      			<label>To date</label>
      			<ma-date-picker ng-model="to"></ma-date-picker>
      		</md-input-container>
      	</div>
      
      		<ma-point-values point="point1" values="point1Values" from="from" to="to" rollup="AVERAGE" auto-rollup-interval="true"></ma-point-values>
      
      		<ma-serial-chart style="height: 300px; width: 100%" series-1-values="point1Values" series-1-point="point1" legend="true" balloon="true" export="true"></ma-serial-chart>
      		
        	</md-tab>      
      </md-tabs>
      

      </md-content>

      1 Reply Last reply Reply Quote 0
      • Jared WiltshireJ Offline
        Jared Wiltshire
        last edited by

        @SabariGhosh You have the export="true" option specified so it should be working. Can you supply a screenshot of what is actually happing with the developer console open so we can see if there are any errors. Also please provide your:

        • Core version
        • Dashboards module version
        • API module version

        Developer at Radix IoT

        1 Reply Last reply Reply Quote 0

        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
        • First post
          Last post