How to create an organizational chart in your webpage using Google Organization Chart Tools
https://developers.google.com/chart/interactive/docs/gallery/orgchart While googling for some information on organizational charts of various companies, I came across this cool visualization tool on Google Developers. If you are comfortable with JavaScript and want a quick and easy way to churn out a simple organizational chart that displays on a webpage, this tool is quite useful. Organizational chart churned out using Google's Visualization OrgChart object To use it, follow these few steps Step 1: Include this tag in your <head> tag in your HTML file <script type = 'text/javascript' src = 'https://www.google.com/jsapi' ></script> Step 2: Load visualization package and set callback method when page loads In this case, the callback method is "drawChart". <script type = 'text/javascript' > google . load ( 'visualization' , '1' , { packages :[ 'orgchart' ]}); ...
this is great, it's just you can't see the command you have to type!!!
ReplyDeleteIts the part that is on screenshot plus the dllname.
Deleteregsvr32 /u git_shell_ext64.dll or whatever name it have on your sistem.
can you please tell me how to get GIT options again in windows context menu
ReplyDeleteYou also need to be in the same directory as the DLL before running the command. It is visible in your DOS window but not listed in the text.
ReplyDelete