MCPcopy
hub / github.com/apache/echarts / font

Function font

src/chart/custom/CustomView.ts:943–947  ·  view source on GitHub ↗

* @public * @return font string

(
        opt: Parameters<typeof labelStyleHelper.getFont>[0]
    )

Source from the content-addressed store, hash-verified

941 * @return font string
942 */
943 function font(
944 opt: Parameters<typeof labelStyleHelper.getFont>[0]
945 ): ReturnType<typeof labelStyleHelper.getFont> {
946 return labelStyleHelper.getFont(opt, ecModel);
947 }
948}
949
950function wrapEncodeDef(data: SeriesData<CustomSeriesModel>): WrapEncodeDefRet {

Callers

nothing calls this directly

Calls 1

getFontMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…