I wonder How I can add some styles for the progress bar title, say I want it to have 2px paddings to the left.
I cannot find a way in the documentation.
	Thanks.
							
						
					I cannot find a way in the documentation.
Code:
	
	isc.Progressbar.create({
   length: 200,
   percentDone: 50,
   title: "50%",
   showTitle: true,
   align: "left"
})

Comment