Skip to content

Version 1.0.0 (Initial Release)

Latest

Choose a tag to compare

@brunurb brunurb released this 17 Jan 18:04
· 4 commits to main since this release
b288660

πŸŽ‰ 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.sh

Windows

  1. Download and extract
  2. 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

🌐 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