mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-08-14 19:23:28 +08:00
fix(#514): add missing instance method containPixel
This commit is contained in:
@ -11,6 +11,7 @@ const METHOD_NAMES = [
|
|||||||
"dispatchAction",
|
"dispatchAction",
|
||||||
"convertToPixel",
|
"convertToPixel",
|
||||||
"convertFromPixel",
|
"convertFromPixel",
|
||||||
|
"containPixel",
|
||||||
"getDataURL",
|
"getDataURL",
|
||||||
"getConnectedDataURL",
|
"getConnectedDataURL",
|
||||||
"appendData",
|
"appendData",
|
||||||
|
Reference in New Issue
Block a user