Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
100pah committed Jan 12, 2019
1 parent 2c166ef commit e0393f2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/util/graphic.js
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,14 @@ export function setHoverStyle(el, hoverStyle) {
* for example, when this method is called when `el` is
* on "emphasis" state.
* @param {string} toState Can be "normal" or "emphasis".
*
* FIXME
* CAUTION: Do not expose `highDownOnUpdate` outside echarts.
* Because it is not a complete solution. The update
* listener should not have been mount in element,
* and the normal/emphasis state should not have
* mantained on elements.
*
* @param {boolean} [el.highDownSilentOnTouch=false]
* In touch device, mouseover event will be trigger on touchstart event
* (see module:zrender/dom/HandlerProxy). By this mechanism, we can
Expand Down

0 comments on commit e0393f2

Please sign in to comment.