提交 a1922141 编写于 作者: N Nguyen Thuy 提交者: Yi Shen

fix wording coodToData to coordToData

上级 d5b80355
......@@ -120,7 +120,7 @@ Radar.prototype.pointToData = function (pt) {
}
}
return [closestAxisIdx, +(closestAxis && closestAxis.coodToData(radius))];
return [closestAxisIdx, +(closestAxis && closestAxis.coordToData(radius))];
};
Radar.prototype.resize = function (radarModel, api) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册