* Writer/Part/Chart.php Add dynamic Legend positions
The position of the legend of charts was always fixed to the right. Adding in the option to set it dynamically via a new option under styles/chart
* Update Syle/Chart.php
Add in the public functions to getStyle() to get and set the legend position
* Writer/Part/chart.php - Add dynamic Legend positions
The position of the legend of charts was always fixed to the right. Adding in the option to set it dynamically via a new option under styles/chart
* Update Styles/Chart.php
Add in the public functions to getStyle() to get and set the legend position
* add stacked bar and column charts
* add chart colors feature
* adding preliminary chart axis title functionality to XMLwriter
* added percent_stacked to available types array
* Make tick mark and tick label positions configurable
* scrutinizer fixes
* update changelog