java.lang.Object
com.sh.wf.module.component.chart.common.ChartsOptionsBase
com.sh.wf.module.component.chart.common.echarts.Tooltip
所有已实现的接口:
Serializable, Cloneable

public class Tooltip extends ChartsOptionsBase

Description: 提示框 鼠标悬浮交互时的信息提示

Title:首亨软件 - TSS/CRM等

从以下版本开始:
2015年6月9日
另请参阅:
  • 字段详细资料

    • show

      public boolean show
    • trigger

      public String trigger
    • showContent

      public boolean showContent
    • alwaysShowContent

      protected SSBoolean alwaysShowContent
    • triggerOn

      public String triggerOn
    • formatter

      protected SSString formatter
    • enterable

      protected SSBoolean enterable
    • axisPointer

      protected AxisPointer axisPointer
    • showDelay

      public int showDelay
    • hideDelay

      public int hideDelay
    • confine

      protected SSBoolean confine
    • transitionDuration

      public int transitionDuration
    • position

      protected SSString position
    • backgroundColor

      public String backgroundColor
    • borderColor

      public String borderColor
    • borderWidth

      public int borderWidth
    • padding

      protected SSString padding
    • textStyle

      protected TextStyle textStyle
    • extraCssText

      public String extraCssText
  • 构造器详细资料

    • Tooltip

      public Tooltip()
  • 方法详细资料

    • getFormatter

      public SSString getFormatter()
    • getTextStyle

      public TextStyle getTextStyle()
    • getPadding

      public SSString getPadding()
    • getPosition

      public SSString getPosition()
    • getConfine

      public SSBoolean getConfine()
    • getAlwaysShowContent

      public SSBoolean getAlwaysShowContent()
    • hasSetFormatter

      public boolean hasSetFormatter()
    • getEnterable

      public SSBoolean getEnterable()
    • getAxisPointer

      public AxisPointer getAxisPointer()