-
Notifications
You must be signed in to change notification settings - Fork 526
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
Comments
Any progress in this? I want to change the color of the line in line graph. |
It's on the pipe for the milestone 0.7.0. |
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(); |
In my develop branch,
|
@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 |
Is there a sample of how to customize the line chart yet? |
@pranshuagrawal Some news ? |
@developerMediaXray May be you can help me on the third point of @pranshuagrawal : I don't understand what he wants :) |
@pranshuagrawal: Documentation has been added on placement data labels |
@pranshuagrawal : Some documentation have been added and samples have been modified |
So I am facing three issues when using
charts
.The text was updated successfully, but these errors were encountered: