Hello
I am trying to reposition the circular progress 'bar' that is displayed here:
Link
There is some JS at the end of that HTML test and a circular-progress.js file.
I thought I could add something like
to the JS code (I have tried adding that to both the HTML file with the other JS and then to the JS file), and than have something like:
but the circular progress 'bar' doesn't even appear! (My JS is non-existent).
What should I be doing, please, and where!
Thank you.
I am trying to reposition the circular progress 'bar' that is displayed here:
Link
There is some JS at the end of that HTML test and a circular-progress.js file.
I thought I could add something like
Code:
document.getElementById('canvas')
CSS:
#canvas {
position absolute;
top:200px;
left:200px;
}
but the circular progress 'bar' doesn't even appear! (My JS is non-existent).
What should I be doing, please, and where!
Thank you.