Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
100pah committed Jun 12, 2017
1 parent 1e9b43e commit e46bb4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/component/axisPointer/axisTrigger.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ define(function(require) {
* @param {Object} payload
* @param {string} [payload.currTrigger] 'click' | 'mousemove' | 'leave'
* @param {Array.<number>} [payload.x] x and y, which are mandatory, specify a point to
* tigger axisPointer and tooltip.
* trigger axisPointer and tooltip.
* @param {Array.<number>} [payload.y] x and y, which are mandatory, specify a point to
* tigger axisPointer and tooltip.
* trigger axisPointer and tooltip.
* @param {Object} [payload.seriesIndex] finder, optional, restrict target axes.
* @param {Object} [payload.dataIndex] finder, restrict target axes.
* @param {Object} [payload.axesInfo] finder, restrict target axes.
Expand Down

0 comments on commit e46bb4b

Please sign in to comment.