feat: add first-class support for CJK (#8530)
This commit is contained in:
@@ -48,6 +48,9 @@ const ChartPreviewBtn = (props: {
|
||||
viewBackgroundColor: oc.white,
|
||||
},
|
||||
null, // files
|
||||
{
|
||||
skipInliningFonts: true,
|
||||
},
|
||||
);
|
||||
svg.querySelector(".style-fonts")?.remove();
|
||||
previewNode.replaceChildren();
|
||||
|
||||
Reference in New Issue
Block a user