rss
twitter

Thursday, January 05, 2017

Clear saved password from Tortoise SVN

Sometimes we  need to access the Tortoise SVN for another user, on that time we don't have option to enter the second username and password details we want to use. Using below method we can clear the previously cached user credentials from Tortoise SVN client, so that we can login with new credentials. Remove the contents from below folder %APPDATA%\Subversion\auth when you ...
Read more...

Bookmark and Share

Wednesday, January 04, 2017

Set percentage sign in Vertical axis of in Google Visualization Chart API charts

Using the below line set the vertical axis to display percent but with that it also multiply the original data value by 100. i.e if your current vertical axis for your data value is 10,20,30.  applying the below option will make that as 1000%, 2000%, 3000%. To overcome this you need to divide each data value for the vertical axis by 100. chart.draw(data, {vAxis: {format:'#%'} } ); To ...
Read more...

Bookmark and Share

Label Cloud

Must Buy

  © Blogger templates by Ourblogtemplates.com updated with zenplate.com tips

Back to TOP