render package:Chart

Draw the renderable with a rectangle, which covers the origin to a given point. The resulting "pick" function maps a point in the image to a value.
Render several layouts with the same x-axis type and range, vertically stacked so that their origins and x-values are aligned. The legends from all the charts may be optionally combined, and shown once on the bottom chart. See StackedLayouts for further information.
Render a SparkLine to a drawing surface.
This module contains the definition of the Renderable type, which is a composable drawing element, along with assorted functions to them.
A Renderable is a record of functions required to layout a graphic element.
Construct a renderable from an axis, in order that it can be composed with other renderables and drawn. This does not include the drawing of the grid, which must be done separately by the renderAxisGrid function.
Render the given LayoutLR.
Render the given Layout.
Given the mapping between model space coordinates and device coordinates, render this plot into a chart.
A type class abtracting the conversion of a value to a Renderable.
Helper function for using a renderable, when we generate it in the BackendProgram monad.
Create a renderable from a SparkLine.