MCPcopy Create free account
hub / github.com/antvis/F2Native / Background

Method Background

core/graphics/guide/GuideController.cpp:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void xg::guide::GuideController::Background(const std::string &json) {
43 BackgroundObject(xg::json::ParseString(json));
44}
45
46void xg::guide::GuideController::Image(const std::string &json) {
47 ImageObject(xg::json::ParseString(json));

Callers 1

SetChartGuideTypeFunction · 0.45

Calls 1

ParseStringFunction · 0.85

Tested by

no test coverage detected