|
|
@@ -146,7 +146,7 @@ class Gauge extends React.Component {
|
|
|
<div style="width: 300px;text-align: center;font-size: 12px!important;">
|
|
|
<p style="font-size: 14px; color: rgba(0,0,0,0.43);margin: 0;">${title}</p>
|
|
|
<p style="font-size: 24px;color: rgba(0,0,0,0.85);margin: 0;">
|
|
|
- ${data[0].value * 10}%
|
|
|
+ ${(data[0].value * 10).toFixed(2)}%
|
|
|
</p>
|
|
|
</div>`}
|
|
|
/>
|