JStooltip: JavaScript Tooltip for Echarts

Description Usage Arguments Value Author(s) Examples

Description

Get specific JS tooltip scripts according to your needs. The scripts are used for echarts.

Usage

1
JStooltip(type, digits, ...)

Arguments

type

The script type name.

  • axis_pct - Turn value to percents;

  • axis_abs_pct - Turn value to abs values and then percents;

  • tile_bar_pct - Turn value to percents by groups;

  • tile_bar_abs_pct - Turn value to abs values and then percents by groups;

  • bar_mkline_pct - Percentize the grouped values for bars and marklines;

  • mkline_pct - Percentize the grouped values for marklines

digits

Number of digits, if applicable.

...

ignore

Value

String. JS tooltip scripts.

Author(s)

Yiying Wang, wangy@aetna.com

Examples

1
JStooltip("axis_pct", 1)

madlogos/aseshms documentation built on May 21, 2019, 11:03 a.m.