Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not getting any idea how to change the color of the line graph? #169

Closed
pranshuagrawal opened this issue Jan 15, 2016 · 11 comments
Closed

Comments

@pranshuagrawal
Copy link

So I am facing three issues when using charts.

  1. How to change the color of line and points when using line chart?
  2. How to changes the font size of the points values?
  3. How to align points values to the top when using area chart (they are vertically in middle as of now.)?
@pranshuagrawal
Copy link
Author

Any progress in this? I want to change the color of the line in line graph.

@Progi1984
Copy link
Member

It's on the pipe for the milestone 0.7.0.

@developerMediaXray
Copy link

In the writer/powerpoint2007/chart.php on line 1909 just below c:tx I put the following to remove the markers.

            // c:marker
            $objWriter->startElement('c:marker');

            // c:marker
            $objWriter->startElement('c:symbol');
            $objWriter->writeAttribute('val', 'none'); // Marker style
            //$objWriter->writeAttribute('size', '7'); // Marker size
            $objWriter->endElement();

            $objWriter->endElement();

@Progi1984 Progi1984 self-assigned this Feb 5, 2016
@Progi1984
Copy link
Member

In my develop branch,

  • Marker (Size & Symbol) in Line & Scatter Chart is now customizable
  • Outline (Width & Color) in Line & Scatter Chart is now customizable
  • Added documentation for chart series (font, outline, marker)

@Progi1984
Copy link
Member

@pranshuagrawal For the third point, could you describe what you want ? And have you got some Office Powerpoint screenshots of the render and/or the options ? Thanks for advance

Progi1984 added a commit to Progi1984/PHPPresentation that referenced this issue Mar 2, 2016
Progi1984 added a commit to Progi1984/PHPPresentation that referenced this issue Mar 2, 2016
Progi1984 added a commit to Progi1984/PHPPresentation that referenced this issue Mar 2, 2016
@developerMediaXray
Copy link

Is there a sample of how to customize the line chart yet?

@Progi1984
Copy link
Member

@Progi1984
Copy link
Member

@pranshuagrawal Some news ?

@Progi1984
Copy link
Member

@developerMediaXray May be you can help me on the third point of @pranshuagrawal : I don't understand what he wants :)

@Progi1984
Copy link
Member

@pranshuagrawal: Documentation has been added on placement data labels

Progi1984 added a commit to Progi1984/PHPPresentation that referenced this issue Mar 7, 2016
@Progi1984 Progi1984 mentioned this issue Mar 7, 2016
Progi1984 added a commit to Progi1984/PHPPresentation that referenced this issue Mar 7, 2016
@Progi1984
Copy link
Member

@pranshuagrawal : Some documentation have been added and samples have been modified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants