taffybar-4.0.0: A desktop bar similar to xmobar, but with more GUI
Safe HaskellSafe-Inferred
LanguageHaskell2010

System.Taffybar.Widget.Generic.PollingGraph

Description

A variant of the Graph widget that automatically updates itself with a callback at a fixed interval.

Synopsis

Types

data GraphConfig Source #

The configuration options for the graph. The padding is the number of pixels reserved as blank space around the widget in each direction.

Constructors

GraphConfig 

Fields

Instances

Instances details
Default GraphConfig Source # 
Instance details

Defined in System.Taffybar.Widget.Generic.Graph

Methods

def :: GraphConfig #

data GraphStyle Source #

The style of the graph. Generally, you will want to draw all Area graphs first, and then all Line graphs.

Constructors

Area

Thea area below the value is filled

Line

The values are connected by a line (one pixel wide)

Constructors and accessors