# Changelog
All notable changes to this project will be documented in this file.
## [0.3.0] - 2024-09-01
### 🚀 Features
- Implement From trait for Text to convert from &str and String
- Add plot title position
- Add From trait implementation for Text to convert from &String
- Add axis module for customizing plot axes
- Add write_html method
### ⚙️ Miscellaneous Tasks
- Update patch
- Update marker.rs to use #[doc(hidden)] attribute
- Add data for examples
- Update plotlars library to version 0.2.2
- Update documentation link in Cargo.toml
- Update Polars and Plotly library links in README.md and lib.rs
- Add images to documentation
- Update text
- Update plotlars library to version 0.2.3
- The crate documentation is the README file
- Add .markdownlint.json
- Reformat the text
- Justfile to .gitignore
- Remove justfile
- Fix typo
- Fix typo
- Change field visibility
- Update plotlars dependency to version 0.3.0
- Update bon dependency to version 2.1.0
- Add version 0.3.0 and fix typos
### Update
- CHANGELOG.md
- Add link to data and fix text
- Update dataset path
- Update Changelog
## [0.2.0] - 2024-08-25
### 🚀 Features
- Add Bar Plot
- Add Box Plot
- Add Histogram plot
- Add Line Plot
- Add Scatter Plot
- Add Time Series Plot
- Add Text module with customizable content, font, size, and color
- Add Rgb struct for representing RGB colors
- Add Mark trait for creating and modifying markers
- Add LineType enum for representing different styles of lines and Line trait
- Add Layout trait for creating Plotly layouts
- Add Plot trait for displaying and rendering generic plots
- Add Trace trait for creating and modifying traces
- Add Polar trait for working with polars dataframes
- Add plot example to README.md
### ⚙️ Miscellaneous Tasks
- Update Cargo.toml with keywords and categories for better package discoverability
- Update Cargo.toml with version and dependencies
- Remove unnecessary main.rs file
- Add traces module with various plot types
- Add aesthetics module with line and mark submodules
- Add marker macro for creating and modifying markers
- Add macros module
- Add traits module
- Add Plotlars library for creating visualizations from Polars data frames
- Add .gitignore rules for notebook and main.rs files
### Update
- README.md