Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
openpyxl
openpyxl
Commits
3f2118aecc2c
Commit
3ca4a5a6
authored
Feb 06, 2018
by
CharlieC
Browse files
Assign 3D attributes to chart.
--HG-- branch : 2.5
parent
e1a3eac34bd4
Changes
1
Hide whitespace changes
Inline
Side-by-side
openpyxl/chart/reader.py
View file @
3f2118ae
...
...
@@ -30,6 +30,11 @@ def read_chart(chartspace):
chart
.
layout
=
plot
.
layout
chart
.
legend
=
cs
.
chart
.
legend
# 3d attributes
chart
.
floor
=
cs
.
chart
.
floor
chart
.
sideWall
=
cs
.
chart
.
sideWall
chart
.
backWall
=
cs
.
chart
.
backWall
return
chart
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment