← Back
ScatterChart
[intermediate]Braille scatter plot with animated clusters
Braille scatter plot with animated clusters
For the full interactive experience:
$ mix raxol.playground
Code
chart_element =
scatter_chart(
series: series,
width: effective_width(model, @default_chart_width),
height: @chart_height,
show_legend: model.show_legend
)