Warping the render value in Single Value Vis. via lookml html

I'm trying to make a tile in dashboard were value will be rendered through Look ML html via a single value vis,

Where the if the length of the name is longer it's not warping,

In ideal case should warp but it's going outside of the title.

Solved Solved
0 3 614
1 ACCEPTED SOLUTION

Some of this may not be needed in your case, but I’ve had success with this type of logic before: 

    html:
<div class="vis">
<div class="vis-single-value" style="line-height: 1;font-size: 20px; text-align:left;color:black;padding:12px" >
<br>
<span style="font-size: 20px;"> <font style="font-weight: normal;color:black;white-space: pre-line">
<font style="font-weight: bold;color:black;white-space: pre-line"> {{ other_dimension._rendered_value <br> </font>
<font style="font-weight: normal;color:black;white-space: pre-line">
<br>
{{ rendered value }}
</font>
</span>
</div>
</div>;;

Without an example of what lookml you’re using, I’m not sure if this is what is needed or not though.

View solution in original post

3 REPLIES 3
Top Labels in this Space
Top Solution Authors