Skip to content

Commit 255cc10

Browse files
committed
chore(chart): removing a 'a:fld' data label remains unsupported
1 parent d24c7ba commit 255cc10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/modify/modify-chart.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ import ModifyTextHelper from '../helper/modify-text-helper';
2222
import ModifyColorHelper from '../helper/modify-color-helper';
2323
import { XmlDocument } from '../types/xml-types';
2424
import { modify } from '../index';
25+
import ModifyChartHelper from '../helper/modify-chart-helper';
26+
import { vd } from '../helper/general-helper';
2527

2628
export class ModifyChart {
2729
data: ChartData;
@@ -449,7 +451,6 @@ export class ModifyChart {
449451
},
450452
},
451453
'a:fld': {
452-
modify: modifyFld,
453454
children: {
454455
'a:rPr': {
455456
modify: [

0 commit comments

Comments
 (0)