We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d24c7ba commit 255cc10Copy full SHA for 255cc10
src/modify/modify-chart.ts
@@ -22,6 +22,8 @@ import ModifyTextHelper from '../helper/modify-text-helper';
22
import ModifyColorHelper from '../helper/modify-color-helper';
23
import { XmlDocument } from '../types/xml-types';
24
import { modify } from '../index';
25
+import ModifyChartHelper from '../helper/modify-chart-helper';
26
+import { vd } from '../helper/general-helper';
27
28
export class ModifyChart {
29
data: ChartData;
@@ -449,7 +451,6 @@ export class ModifyChart {
449
451
},
450
452
453
'a:fld': {
- modify: modifyFld,
454
children: {
455
'a:rPr': {
456
modify: [
0 commit comments