Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add data visualization section and plox library #4884

Merged
merged 1 commit into from
Aug 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ There are [other sites with curated lists of elixir packages](#other-awesome-lis
- [Configuration](#configuration)
- [Cryptography](#cryptography)
- [CSV](#csv)
- [Data Visualization](#data-visualization)
- [Date and Time](#date-and-time)
- [Debugging](#debugging)
- [Deployment](#deployment)
Expand Down Expand Up @@ -513,6 +514,11 @@ There are [other sites with curated lists of elixir packages](#other-awesome-lis
* [ex_csv](https://github.com/CargoSense/ex_csv) - CSV for Elixir.
* [nimble_csv](https://github.com/plataformatec/nimble_csv) - A simple and fast CSV parsing and dumping library for Elixir.

## Data Visualization
*Libraries for creating visualizations with data.*

* [plox](https://github.com/gridpoint-com/plox) - Server-side rendered SVG graphing components for Phoenix and LiveView.

## Date and Time
*Libraries for working with dates and times.*

Expand Down
Loading