Skip to content

Commit be4db87

Browse files
committed
chore(needGap): sectors & styles
1 parent c61c8ea commit be4db87

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/modify/modify-chart.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,14 @@ export class ModifyChart {
279279
},
280280
'c:spPr': {
281281
modify: ModifyColorHelper.solidFill(style.color),
282+
},
283+
'c:marker': {
284+
isRequired: false,
285+
children: {
286+
'c:spPr': {
287+
modify: ModifyColorHelper.solidFill(style.marker?.color),
288+
}
289+
}
282290
}
283291
}
284292
}

0 commit comments

Comments
 (0)