Sparkline Interface

class epyk.interfaces.graphs.CompChartsSparkline.Sparkline(ui)
bar(data=None, title=None, options=None, width=(None, '%'), height=(None, 'px'), profile=False)
Tags:

Categories:

Usage:

Related Pages:

Parameters:
  • data – String. Optional. A String corresponding to a JavaScript object.

  • title – String. Optional. A panel title. This will be attached to the title property.

  • options – Dictionary. Optional. Specific Python options available for this component.

  • width – Tuple. Optional. A tuple with the integer for the component width and its unit.

  • height – Tuple. Optional. A tuple with the integer for the component height and its unit.

  • profile – Boolean | Dictionary. Optional. A flag to set the component performance storage.

box_plot(data=None, title=None, options=None, width=(None, '%'), height=(None, 'px'), profile=False)
Tags:

Categories:

Usage:

Related Pages:

Parameters:
  • data – String. Optional. A String corresponding to a JavaScript object.

  • title – String. Optional. A panel title. This will be attached to the title property.

  • options – Dictionary. Optional. Specific Python options available for this component.

  • width – Tuple. Optional. A tuple with the integer for the component width and its unit.

  • height – Tuple. Optional. A tuple with the integer for the component height and its unit.

  • profile – Boolean | Dictionary. Optional. A flag to set the component performance storage.

bullet(data=None, title=None, options=None, width=(None, '%'), height=(None, 'px'), profile=False)
Tags:

Categories:

Usage:

Related Pages:

Parameters:
  • data – String. Optional. A String corresponding to a JavaScript object.

  • title – String. Optional. A panel title. This will be attached to the title property.

  • options – Dictionary. Optional. Specific Python options available for this component.

  • width – Tuple. Optional. A tuple with the integer for the component width and its unit.

  • height – Tuple. Optional. A tuple with the integer for the component height and its unit.

  • profile – Boolean | Dictionary. Optional. A flag to set the component performance storage.

discrete(data=None, title=None, options=None, width=(None, '%'), height=(None, 'px'), profile=False)
Tags:

Categories:

Usage:

Related Pages:

Parameters:
  • data – String. Optional. A String corresponding to a JavaScript object.

  • title – String. Optional. A panel title. This will be attached to the title property.

  • options – Dictionary. Optional. Specific Python options available for this component.

  • width – Tuple. Optional. A tuple with the integer for the component width and its unit.

  • height – Tuple. Optional. A tuple with the integer for the component height and its unit.

  • profile – Boolean | Dictionary. Optional. A flag to set the component performance storage.

line(data=None, title=None, options=None, width=(None, '%'), height=(None, 'px'), profile=False)
Tags:

Categories:

Usage:

Related Pages:

Parameters:
  • data – String. Optional. A String corresponding to a JavaScript object.

  • title – String. Optional. A panel title. This will be attached to the title property.

  • options – Dictionary. Optional. Specific Python options available for this component.

  • width – Tuple. Optional. A tuple with the integer for the component width and its unit.

  • height – Tuple. Optional. A tuple with the integer for the component height and its unit.

  • profile – Boolean | Dictionary. Optional. A flag to set the component performance storage.

pie(data=None, title=None, options=None, width=(None, '%'), height=(None, 'px'), profile=False)
Tags:

Categories:

Usage:

Related Pages:

Parameters:
  • data – String. Optional. A String corresponding to a JavaScript object.

  • title – String. Optional. A panel title. This will be attached to the title property.

  • options – Dictionary. Optional. Specific Python options available for this component.

  • width – Tuple. Optional. A tuple with the integer for the component width and its unit.

  • height – Tuple. Optional. A tuple with the integer for the component height and its unit.

  • profile – Boolean | Dictionary. Optional. A flag to set the component performance storage.

tristate(data=None, title=None, options=None, width=(None, '%'), height=(None, 'px'), profile=False)
Tags:

Categories:

Usage:

Related Pages:

Parameters:
  • data – String. Optional. A String corresponding to a JavaScript object.

  • title – String. Optional. A panel title. This will be attached to the title property.

  • options – Dictionary. Optional. Specific Python options available for this component.

  • width – Tuple. Optional. A tuple with the integer for the component width and its unit.

  • height – Tuple. Optional. A tuple with the integer for the component height and its unit.

  • profile – Boolean | Dictionary. Optional. A flag to set the component performance storage.