View Source SparklineSvg.Core (Sparkline SVG v0.5.0)

Internal module of SparklineSvg that contains the core logic of the library. It is only public for types documentation purposes and should not be used directly.

Summary

Types

Internal representation of a point

Internal representation of a list of points

x()

Internal representation of a x value of a point

y()

Internal representation of a y value of a point

Types

@type point() :: {x(), y()}

Internal representation of a point

@type points() :: [point()]

Internal representation of a list of points

@type x() :: number()

Internal representation of a x value of a point

@type y() :: number()

Internal representation of a y value of a point