A Stakeholder Analysis is the process of identifying the individuals or groups that are likely to affect or be affected by a proposed action, and sorting them according to their impact on the action and the impact the action will have on them.
How to create a HTML5 Stakeholder Analysis Chart
Note: The above image is generated using HTML5. It can be modified using notepad. If you are interested in giving it a try you can download the source code here.
All you need to do is modify the bits of code that look a bit like this.
stakeholder[ns]="CEO";
interest[ns]=25;
power[ns]=80;
You can probably see in the chart above that the CEO's power is 80/100 and their interest is 25/100, which is exactly where the dot is. It's that simple.