Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 300 Bytes

sparkline.rst

File metadata and controls

16 lines (9 loc) · 300 Bytes

Sparklines

image

A sparkline with a limited number of datapoints.

python

from chartflo.widgets.sparkline import Sparrkline


sp = Sparkline()
html = sp.simple([1,2,2,4,1])