I am trying to add an axis to the left side of the tank from the code below. I feel it should be an easy style or option format but I have not been able to find anything thats worked. Any help would be appreciated.
<div flex layout="column" layout-gt-sm="row">
<md-card flex>
<md-card-content>
<ma-get-point-value point-xid="DP_290412" point="myPoint1">
</ma-get-point-value>
<p>"{{myPoint1.name}}" {{myPoint1.renderedValue}}.</p>
<ma-tank-level point="myPoint1" style="position: absolute; width: 250px; height: 300px;" point-xid="zero_to_hundred" max="55" min="0">
</ma-tank-level>
</md-card-content>
</md-card>
Thanks!