-
-
Hi,
Does anybody know how we can change the width of the line on the skills pie chart. It is extremely thin and i would like this much thicker.
https://codeless.co/specular/default/?page_id=800
Hope you can help.
-
…and the actual size of the chart too. It seems that it can only be this size and this line weight. Ideally I’d like the flexibility to change both.
-
Hello,
Please edit the file ‘specular/js/jquery.easy-pie-chart.js’.
Find the lines:$.easyPieChart.defaultOptions = { barColor: '#ef1e25', barColor2: '#ef1e25', trackColor: '#f2f2f2', scaleColor: '#dfe0e0', lineCap: 'round', size: 110, lineWidth: 3,
and change the lineWidth(in px).
Best regards!
-
Hi Ruco,
Thanks so much for the replay.
I have located and changed this to lineWidth: 10, and it does’nt alter the size of the line unfortunately?
Do you have any more suggestions please?
Many Thanks
-
Hello,
Please can you show me your ftp credentials in a private reply, so I can check and fix it?
Best regards!
-
-
-
Hello,
Please edit the file ‘specular/js/animation.js’.
Find these lines:
$chart.easyPieChart({ lineWidth: 3, size: 140, trackColor: color2, scaleColor: false, barColor: color, barColor2: color, animate:2000 });
change ‘lineWidth’ to ’10’ or the width you want.
Best regards!
-
Excellent Ruco – worked well. Thanks for the support.
-
You must be logged in to reply to this topic.