Module axis

Module axis 

Source
Expand description

yew-chart is a collection of components that can be assembled to form charts. By leveraging these SVG-based components many types of charts can be formed with a great deal of flexibility.

Structs§

Axis
NormalisedValue
Axis scaled value, expected to be between 0 and 1 except in the case where the value is outside of the axis range
Props
Tick
An axis tick, specifying a label to be displayed at some normalised position along the axis

Enums§

Msg
Orientation

Traits§

Scale
Specifies a generic scale on which axes and data can be rendered