Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbrent committed Dec 24, 2020
1 parent 54ae165 commit 76c307d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/core-interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ export interface IChartPropsChartPie {
dataNoEffects?: boolean
/**
* MS-PPT > Format chart > Format Data Series > Series Options > "Angle of first slice"
* angle (degrees)
* - angle (degrees)
* - range: 0-359
* @since v3.4.0
* @default 0
Expand Down
2 changes: 1 addition & 1 deletion src/pptxgen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ import * as genMedia from './gen-media'
import * as genTable from './gen-tables'
import * as genXml from './gen-xml'

const VERSION = '3.4.0-beta-20201223-1610'
const VERSION = '3.4.0-beta-20201223-2045'

export default class PptxGenJS implements IPresentationProps {
// Property getters/setters
Expand Down
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1867,7 +1867,7 @@ declare namespace PptxGenJS {
dataNoEffects?: boolean
/**
* MS-PPT > Format chart > Format Data Series > Series Options > "Angle of first slice"
* angle (degrees)
* - angle (degrees)
* - range: 0-359
* @since v3.4.0
* @default 0
Expand Down

0 comments on commit 76c307d

Please # to comment.