# galaxy-charts

> Galaxy Charts

Latest version **0.1.13** (published 2026-09-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install galaxy-charts
pnpm add galaxy-charts
yarn add galaxy-charts
bun add galaxy-charts
```

## Health

**Score 70/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; recently updated; high maintenance score; high quality score.

Warnings: low downloads; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.1.13 |
| Published | 2026-09-23 |
| First published | 2024-08-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.2 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | guerler |
| Keywords | galaxy, charts |

## Links

- npm: https://www.npmjs.com/package/galaxy-charts
- npm.io page: https://npm.io/package/galaxy-charts

## Alternatives

- [d3-force-3d](https://npm.io/package/d3-force-3d.md) — 1.0M weekly downloads
- [ng2-charts](https://npm.io/package/ng2-charts.md) — 486.8K weekly downloads
- [@arcgis/core](https://npm.io/package/@arcgis/core.md) — 257.8K weekly downloads
- [react-sparklines](https://npm.io/package/react-sparklines.md) — 249.3K weekly downloads
- [react-native-gifted-charts](https://npm.io/package/react-native-gifted-charts.md) — 182.3K weekly downloads

## Recent versions

- 0.1.13 (latest) — 2026-09-23
- 0.1.12 — 2026-09-23
- 0.1.10 — 2026-04-30
- 0.1.9 — 2026-01-14
- 0.1.8 — 2026-01-14
- 0.1.7 — 2026-01-14
- 0.1.6 — 2026-01-13
- 0.1.5 — 2026-01-04
- 0.1.4 — 2026-01-03
- 0.1.3 — 2026-01-03
- 0.1.2 — 2026-01-01
- 0.1.1 — 2025-12-30
- 0.1.0 — 2025-12-29
- 0.0.99 — 2025-12-29
- 0.0.98 — 2025-12-28
- … 96 more at https://npm.io/package/galaxy-charts/versions

## README

# <img src="https://cdn.jsdelivr.net/gh/galaxyproject/galaxy-charts/docs/public/galaxy-charts.svg" alt="Galaxy Charts Logo" width="24" /> Galaxy Charts UI

An optional user interface package for the Galaxy Charts visualization framework, built with [Vue 3](https://vuejs.org/) and [Vite](https://vitejs.dev/).

Galaxy Charts UI provides reusable UI components for configuring Galaxy visualizations, such as auto-generated input forms and a configurable side panel.

This package is not required to build Galaxy visualizations.
Galaxy Charts visualizations can be implemented with plain JavaScript or any framework of your choice, with or without this UI package.

Galaxy Charts itself is a modern JavaScript visualization framework for the [Galaxy Project](https://galaxyproject.org), providing the core infrastructure for developing Galaxy visualizations through a simple and extensible plugin interface. Galaxy Charts UI builds on top of this foundation by offering an optional Vue-based user interface.

💡 To quickly start building your own Galaxy visualizations using Galaxy Charts UI, use the [Galaxy Charts Starter Template](https://github.com/guerler/galaxy-charts-starter) and run `npm install && npm run dev`.

📘 **Documentation**: [https://charts.galaxyproject.org](https://charts.galaxyproject.org)

---

## 🚀 Getting Started

To build your own visualization:

1. **Use the Starter Template**  
   Begin with the ready-to-go starter project:

    ```bash
    npx degit guerler/galaxy-charts-starter my-viz
    cd my-viz
    npm install
    npm run dev
    ```

2. **Develop Your Plugin**  
   Customize the included plugin or create your own inside the `src/plugins` directory.

3. **Preview and Iterate**  
   Use the development server (`http://localhost:3000`) to test your visualization live against Galaxy datasets.

---

## ✨ Features

- ⚡ **Built with Vite**: Fast bundling and lightning-fast hot module replacement.
- 🎨 **Vue 3 Components**: Use composable and reactive components for visualizations.
- 🔌 **Plugin Architecture**: Create, test, and extend visualizations as isolated plugins.
- 🌐 **Connect to Galaxy**: Pull datasets from any accessible Galaxy instance.
- 🧪 **Test with Real Data**: Debug and verify visualizations with real datasets before deployment.
- 📦 **Deploy-Ready**: Easily publish plugins or integrate into Galaxy instances.

---

## 🤝 Contributing

We welcome contributions from the community! To get started:

1. Fork the repository.
2. Create a new branch for your feature or fix.
3. Make your changes.
4. Open a pull request with a clear description of what you’ve done.

For larger changes or questions, feel free to open an issue first to discuss it with the maintainers.

---

---
_Source: https://npm.io/package/galaxy-charts · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
