MCPcopy Create free account
hub / github.com/apache/echarts / wrapInlineNameRichText

Function wrapInlineNameRichText

src/component/tooltip/tooltipMarkup.ts:466–468  ·  view source on GitHub ↗
(ctx: TooltipMarkupBuildContext, name: string, style: RichTextStyle)

Source from the content-addressed store, hash-verified

464}
465
466function wrapInlineNameRichText(ctx: TooltipMarkupBuildContext, name: string, style: RichTextStyle): string {
467 return ctx.markupStyleCreator.wrapRichTextStyle(name, style as Dictionary<unknown>);
468}
469
470function wrapInlineValueRichText(
471 ctx: TooltipMarkupBuildContext,

Callers 2

buildSectionFunction · 0.85
buildNameValueFunction · 0.85

Calls 1

wrapRichTextStyleMethod · 0.80

Tested by

no test coverage detected