Skip to content
This repository has been archived by the owner on Jan 2, 2019. It is now read-only.

Chart title and axis label styling features added to 1.7.9 #202

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

simonfi
Copy link

@simonfi simonfi commented Jun 15, 2013

These two commits add the possibility to change font size for both Chart Title and Chart Axis Label in the Excel2007 writer.

The first commit (eab9a9c) simply adds writing of the 'sz' attribute to PHPExcel_Writer_Excel2007_StringTable::writeRichTextForCharts according to:

The second commit (09c6f5f) modifies PHPExcel_Writer_Excel2007_Chart::_writeValAx and PHPExcel_Writer_Excel2007_Chart::_writeCatAx in order to use PHPExcel_Writer_Excel2007_StringTable::writeRichTextForCharts instead of duplicating code for writing the a:r element.

simonfi added 3 commits June 15, 2013 19:23
This commit adds a _tickLabelSkip attribute to
PHPExcel_Chart_DataSeriesValues, which when used as a category axis in
a chart will control writing of the c:tickLblSkip element in the
Excel2007 Writer.
@raisen
Copy link

raisen commented Dec 9, 2014

Is this feature currently available? Is there an example showing how to use it?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants