Packages

GGity brings the familiar interface of R's ggplot2 library to SVG charting in Elixir.

Current section

Files

Jump to
ggity ROADMAP.md
Raw

ROADMAP.md

# Roadmap
## v0.4
* [COMPLETE] Support attaching custom attributes to plot elements
* [COMPLETE] Add other non-fillable shapes to shapes palette
* [COMPLETE] Add fillable shapes to shapes palette
* [COMPLETE] Escape text elements
* [COMPLETE] Filter out invalid properties/values in embedded stylesheet
* [COMPLETE] Boxplots
* [COMPLETE] General annotation drawing
## v0.5
* Faceting
* Histograms
* Continuous color scale (including legends)
* `coord_flip` (support horizontal bar charts)
## Later
* Implement a method for rendering new points and updating scales only (LiveView optimization)
* Draw legend on any side of the plot (top/left/bottom/right)
* Implement x_lim/y_lim
* ggplot2-ify gridlines approach (breaks, minor breaks)
* `stat_smooth`
* Density plots/stats