Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antvis/F2Native
/ onPanEnd
Method
onPanEnd
core/graphics/interaction/Pan.cpp:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
bool interaction::Pan::onPanEnd(event::Event &event) {
36
this->chart_->interactionContext_->UpdateTicks();
37
return false;
38
}
Callers
nothing calls this directly
Calls
1
UpdateTicks
Method · 0.80
Tested by
no test coverage detected