class RatatuiRuby::Widgets::Dataset

Defines a Dataset for a Chart.

name

The name of the dataset.

data

Array of arrays [[x, y], [x, y]] (Floats).

style

The style of the line.

marker

Symbol (:dot, :braille, :block, :bar, :half_block)

graph_type

Symbol (:line, :scatter)