Currently we have a radial gauge with current stats, and a single value with the peak. Is there a way of marking the gauge at the peak, or having the peak value displayed on the gauge in some way, even if this is just text underneath?
@wh_ols you can set a token for peak from single value panel and add the same as html panel beneath the chart having radial gauge in the same panel
<panel>
<chart>
</chart>
<html>
<p style=" text-align: center;">$Peak_Value_tok$ </p>
</html>
</panel>