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

Method UpdateTicks

core/graphics/interaction/InteractionContext.cpp:180–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180void interaction::InteractionContext::UpdateTicks() {
181 // TODO 手势过程中就完成 ticks 的变化,就不需要在最后再来一次了。
182 // const std::string &xField = chart_->GetXScaleField();
183 // auto &pinchScale = chart_->GetScale(xField);
184 // pinchScale.Change({"ticks", true});
185 // chart_->Repaint();
186}

Callers 2

onPinchEndMethod · 0.80
onPanEndMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected