π ChartMaker v1.0.0 - Initial Release
First stable release of ChartMaker offline application!
β¨ Features
- π Multiple chart types: Bar, Line, Scatter, Pie, Area
- π¨ Customizable color palettes: 10+ built-in color schemes
- πΎ Export formats: PNG, JPEG, SVG, PDF
- π¦ Batch export: Export all charts at once as ZIP
- π Bilingual interface: English and Portuguese (PT)
- π³ Docker containerization: Easy cross-platform deployment
- π₯οΈ Cross-platform support: Linux, Windows, macOS
- π¨ Styling options:
- Custom backgrounds (White, Black, Transparent)
- Adjustable text colors
- Toggle labels and values
- Legend positioning
π§ Technical Details
- Framework: Streamlit 1.31.0
- Charts: Plotly 5.18.0
- Data: Pandas 2.1.4
- Export: Kaleido 0.2.1
- Base: Python 3.8
- Container: Docker
π₯ Installation
Linux
git clone https://github.com/brunurb/plotly-chart-maker-offline.git
cd plotly-chart-maker-offline
chmod +x run.sh
./run.shWindows
- Download and extract
- Double-click
run.bat
macOS
git clone https://github.com/brunurb/plotly-chart-maker-offline.git
cd plotly-chart-maker-offline
chmod +x run.sh
./run.shπ Documentation
- README.md - Quick start guide
- LINUX_SETUP.md - Detailed Linux instructions
- CONTRIBUTING.md - How to contribute
π Try Online
Don't want to install? Try the online version:
plotly-chart-maker-bbb.streamlit.app
π Known Issues
None reported yet! Please report issues on the Issues page.
π Acknowledgments
Built with β€οΈ using:
Full Changelog: https://github.com/brunurb/plotly-chart-maker-offline/commits/v1.0.0