• 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

    Serial Chart Stacking

    Dashboard Designer & Custom AngularJS Pages
    2
    3
    1.9k
    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.
    • P
      Pikey4
      last edited by

      Hi,

      I need to alter this column chart so that the seperate columns are side by side instead of over top of each other as it is difficult to see one of the series due to it mostly being behind. I tried a few things but could't get a result.

      Screenshot

      0_1515576746346_Untitled.jpeg

      The code is below, any guidance would be very greatfull.

      Thanks in advance!

      <md-card>
          <md-toolbar class="md-whiteframe-1dp md-hue-1">
      		<div class="md-toolbar-tools">
      			<h2 flex>
      				<span>Hot Water System & Hot Water Gas</span>
      			</h2>
      		</div>
      	</md-toolbar>
          <md-card-content>
              <ma-serial-chart points="[hws1WaterPoint, hotWaterSystemGasPoint, hws1WaterPointDelta, hotWaterSystemGasPointDelta]" series-1-values="hotWaterValues" series-2-values="hotWaterGasValues" style="height: 400px; width: 100%" series-1-color="#ff4d4d" series-1-axis="left" series-2-color="#e6e600" series-2-axis="right" default-type="column" legend="true" balloon="true" default-balloon-text="[[title]]: [[value]]" export="true" options="{valueAxes:[{title: 'Hot Water - (Kl)', titleColor: '#ff4d4d'}, {title: 'Hot Water Gas - (m³)', titleColor: '#e6e600'}]}"></ma-serial-chart>
          </md-card-content>
      </md-card>

      Mango Core version: 3.5.6
      Mango API module version: 3.5.2
      MangoUi module version: 3.5.5
      Platform: 10.14 MacOS Mojave
      Chrome: Version 70.0.3538.110 (64-bit)

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

        hey @Pikey4 try these options

        graph-options="[{clustered: true},{clustered: true}]" 
        

        or

         series-1-graph-options="{clustered: true}" series-2-graph-options="{clustered: true}"
        

        Developer at Radix IoT

        1 Reply Last reply Reply Quote 0
        • P
          Pikey4
          last edited by

          Thanks Jared,

          Option 1 worked a treat.

          Cheers!

          Mango Core version: 3.5.6
          Mango API module version: 3.5.2
          MangoUi module version: 3.5.5
          Platform: 10.14 MacOS Mojave
          Chrome: Version 70.0.3538.110 (64-bit)

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