Skip to content

Releases: brunurb/plotly-chart-maker-offline

Version 1.0.0 (Initial Release)

17 Jan 18:04
b288660

Choose a tag to compare

🎉 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