• 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 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website

    Label Text Column chart

    How-To
    2
    2
    550
    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.
    • R
      RonnyHinkel
      last edited by

      Hi all, i'm trying to get the lableText for my column charts to work.
      But somehow haven't come around a good option.

      Help would be very much apricated.

       <ma-serial-chart style="position: absolute; height: 350px; width: 700px; " 	
          series-1-values='[{"value":1, "labelText": "[[value]]", "timestamp":"Battery Lowor/No Battery"}]' 
          
          series-2-values='[{"value":2, "labelText":2, "timestamp":"Software Error"}]' 	
          
          series-3-values='[{"value":3, "timestamp":"Keypad test Error"}]' 	
          
          series-4-values='[{"value":4, "timestamp":"X1 Continuity"}]' 	
          
          series-5-values='[{"value":5, "timestamp":"X3 Continuity"}]' 	
          
          series-6-values='[{"value":6, "timestamp":"X4 Continuity"}]' 	
          
          series-7-values='[{"value":7, "timestamp": "Pressure out of Tolerance"}]' 
         	
          
          series-8-values='[{"value":8, "timestamp":"No Humidity Sensor"}]'
          
          series-9-values='[{"value":9, "timestamp":"Line Freq out of the 59 to 61 Hertz Range"}]'
          
          series-10-values='[{"value":10, "timestamp":"Temperature sensor wiring or delta Error"}]'
          
          default-type="column" labelText="[[value]]" legend="false" balloon="true" options="{categoryAxis:{parseDates:false, labelRotation:45}, tooltipText: value, labelText: [value], depth3D: 20, angle: 40, rotate: true, synchronizeGrid: false, valueAxes:[{ minimum:0, maximum:100,}]}"
          ></ma-serial-chart>	
      
      1 Reply Last reply Reply Quote 0
      • MattFoxM
        MattFox
        last edited by

        Timestamp in this instance should be a unix timestamp unless you configure custom categories for the x axis.

        Fox

        Do not follow where the path may lead; go instead where there is no path.
        And leave a trail - Muriel Strode

        1 Reply Last reply Reply Quote 0
        • First post
          Last post