Hi everyone - I just published version 0.4.
New features include:
- LiveView support, via custom attributes - generate custom attributes for each shape on a plot. Those could be Phoenix event handlers, data bindings, Tailwind utility classes - it’s up to you. Attributes are created by passing a function that takes the plot and a row of data and returns a list of attributes to be attached to the shape representing that row on the plot
- Boxplots - underappreciated in my view
- Annotations - shortcut for adding a single text/line/rectangle element for including annotations on a plot
- All of the ggplot2 point shapes (fillable and non-fillable) are available
The demo site has been updated with a simple LiveView example.
As always appreciate any feedback!






















