Commit 1594d4a6 by Nilu

remove percentage mark from HT004

parent bc4e0f32
......@@ -34,7 +34,8 @@
ringColor: '#f9623d',
textColor: '#4a4a4a',
fontSize: '30px',
fontWeight: 'normal'
fontWeight: 'normal',
showPercent: false
});
$('.percent-yellow-b').percentageLoader({
valElement: 'p',
......@@ -43,7 +44,8 @@
ringColor: '#ffd14c',
textColor: '#4a4a4a',
fontSize: '30px',
fontWeight: 'normal'
fontWeight: 'normal',
showPercent: false
});
$('.percent-green-b').percentageLoader({
valElement: 'p',
......@@ -52,7 +54,8 @@
ringColor: '#03ac66',
textColor: '#4a4a4a',
fontSize: '30px',
fontWeight: 'normal'
fontWeight: 'normal',
showPercent: false
});
$('.percent-green').percentageLoader({
......@@ -62,7 +65,8 @@
ringColor: '#41bdb4',
textColor: '#4a4a4a',
fontSize: '30px',
fontWeight: 'normal'
fontWeight: 'normal',
showPercent: false
});
$('.percent-blue').percentageLoader({
valElement: 'p',
......@@ -71,7 +75,8 @@
ringColor: '#fbd44e',
textColor: '#4a4a4a',
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