SpreadJS Documentation
GC.Spread.Sheets.Sparklines Namespace / SparklineGroup type / add Method
The sparkline item.
In This Topic
    add Method
    In This Topic
    Adds a sparkline to the group.
    Syntax
    var instance = new GC.Spread.Sheets.Sparklines.SparklineGroup(type, setting);
    var value; // Type: any
    value = instance.add(item);
    function add( 
       item : Sparkline
    ) : any;

    Parameters

    item
    The sparkline item.
    See Also