Module yew_chart::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 scaled value, expected to be between 0 and 1 except in the case where the value is outside of the axis range
  • An axis tick, specifying a label to be displayed at some normalised position along the axis

Enums

Traits

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