Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Sanjay Yadav
PPT Generator
Commits
8b9ac83f
Commit
8b9ac83f
authored
Oct 27, 2017
by
Sanjay Yadav
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ADD: Added donut chart data update
parent
81888ec5
Pipeline
#32115
passed with stage
in 1 minute and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pptgen/commands.py
pptgen/commands.py
+1
-1
No files found.
pptgen/commands.py
View file @
8b9ac83f
...
...
@@ -390,7 +390,7 @@ def chart(shape, spec, data):
'PYRAMID_BAR_STACKED'
,
'PYRAMID_BAR_STACKED_100'
,
'PYRAMID_COL'
,
'PYRAMID_COL_CLUSTERED'
,
'PYRAMID_COL_STACKED'
,
'RADAR_MARKERS'
,
'PYRAMID_COL_STACKED_100'
,
'RADAR'
,
'RADAR_FILLED'
,
'PIE'
,
'PIE_EXPLODED'
,
'PIE_OF_PIE'
}
'PIE_EXPLODED'
,
'PIE_OF_PIE'
,
'DOUGHNUT'
}
xy_charts
=
{
'XY_SCATTER'
,
'XY_SCATTER_LINES'
,
'XY_SCATTER_LINES_NO_MARKERS'
,
...
...
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