ScatterChart

父组件

子组件

Properties

  • widthNumber

    图表的宽度。

  • heightNumber

    图表的高度。

  • marginObjectoptional

    图表四周的留白大小,支持传入部分值(如:{ top: 5 })

    默认值:{ top: 5, right: 5, bottom: 5, left: 5 }

    格式:

    { top: 5, right: 5, bottom: 5, left: 5 }
  • onClickFunctionoptional

    鼠标在图表图形区域 click 事件的回调函数。

  • onMouseDownFunctionoptional

    鼠标在图表图形区域 mousedown 事件的回调函数。

  • onMouseUpFunctionoptional

    鼠标在图表图形区域 mouseup 事件的回调函数。

  • onMouseMoveFunctionoptional

    鼠标在图表图形区域 mousemove 事件的回调函数。

  • onMouseOverFunctionoptional

    鼠标在图表图形区域 mouseover 事件的回调函数。

  • onMouseOutFunctionoptional

    鼠标在图表图形区域 mouseout 事件的回调函数。

  • onMouseEnterFunctionoptional

    鼠标在图表图形区域 mouseenter 事件的回调函数。

  • onMouseLeaveFunctionoptional

    鼠标在图表图形区域 mouseleave 事件的回调函数。

  • onDoubleClickFunctionoptional

    The customized event handler of dblclick in this chart.

  • onContextMenuFunctionoptional

    The customized event handler of contextmenu in this chart.