Module yew_chart::series

source ·

Structs

Enums

  • Describes the direction that the bars in a Bar Chart point
  • Describes how to process each item of series data

Traits

  • Describes a closure that takes data values (x, y) and produces Html as the label
  • The Scalar trait expresses the behaviour of data that can be used within a series.
  • Describes a closure that takes data values (x, y) and produces tooltip strings for each datapoint.

Functions

Type Aliases

  • Describes a data series with each point optionally receiving a labeller