Module

Punchcard

Punchcards widget let you visualize trends data in a period of time.

Tutorials:
See:

View Source widgets/punchCard.js, line 7

Methods

# inner setKeys(key)

Set the key to represent.

Parameters:
Name Type Description
key string

Key to show.

View Source widgets/punchCard.js, line 42

# inner setLegendLength(num)

Set the max length to display in the legend.

Parameters:
Name Type Description
num number

Max length.

View Source widgets/punchCard.js, line 51

# inner setValue(value)

Set the value to show.

Parameters:
Name Type Description
value string

Value to show.

View Source widgets/punchCard.js, line 33