taffybar-2.1.0: A desktop bar similar to xmobar, but with more GUI

Safe HaskellNone
LanguageHaskell2010

System.Taffybar.Widget.Generic.PollingGraph

Contents

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

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