pptxtojson 2.0.3 → 2.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -210,7 +210,7 @@ export interface ChartItem {
210
210
  values: ChartValue[]
211
211
  xlabels: ChartXLabel
212
212
  }
213
- export type ScatterChartData = [number[], number[]]
213
+ export type ScatterChartData = number[][]
214
214
  export interface CommonChart {
215
215
  type: 'chart'
216
216
  left: number