Commit 1594d4a6 by Nilu

remove percentage mark from HT004

parent bc4e0f32
...@@ -34,7 +34,8 @@ ...@@ -34,7 +34,8 @@
ringColor: '#f9623d', ringColor: '#f9623d',
textColor: '#4a4a4a', textColor: '#4a4a4a',
fontSize: '30px', fontSize: '30px',
fontWeight: 'normal' fontWeight: 'normal',
showPercent: false
}); });
$('.percent-yellow-b').percentageLoader({ $('.percent-yellow-b').percentageLoader({
valElement: 'p', valElement: 'p',
...@@ -43,7 +44,8 @@ ...@@ -43,7 +44,8 @@
ringColor: '#ffd14c', ringColor: '#ffd14c',
textColor: '#4a4a4a', textColor: '#4a4a4a',
fontSize: '30px', fontSize: '30px',
fontWeight: 'normal' fontWeight: 'normal',
showPercent: false
}); });
$('.percent-green-b').percentageLoader({ $('.percent-green-b').percentageLoader({
valElement: 'p', valElement: 'p',
...@@ -52,7 +54,8 @@ ...@@ -52,7 +54,8 @@
ringColor: '#03ac66', ringColor: '#03ac66',
textColor: '#4a4a4a', textColor: '#4a4a4a',
fontSize: '30px', fontSize: '30px',
fontWeight: 'normal' fontWeight: 'normal',
showPercent: false
}); });
$('.percent-green').percentageLoader({ $('.percent-green').percentageLoader({
...@@ -62,7 +65,8 @@ ...@@ -62,7 +65,8 @@
ringColor: '#41bdb4', ringColor: '#41bdb4',
textColor: '#4a4a4a', textColor: '#4a4a4a',
fontSize: '30px', fontSize: '30px',
fontWeight: 'normal' fontWeight: 'normal',
showPercent: false
}); });
$('.percent-blue').percentageLoader({ $('.percent-blue').percentageLoader({
valElement: 'p', valElement: 'p',
...@@ -71,7 +75,8 @@ ...@@ -71,7 +75,8 @@
ringColor: '#fbd44e', ringColor: '#fbd44e',
textColor: '#4a4a4a', textColor: '#4a4a4a',
fontSize: '30px', fontSize: '30px',
fontWeight: 'normal' fontWeight: 'normal',
showPercent: false
}); });
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment