npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

galaxy-charts

v0.1.9

Published

Galaxy Charts

Readme

Galaxy Charts UI

An optional user interface package for the Galaxy Charts visualization framework, built with Vue 3 and Vite.

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, 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 and run npm install && npm run dev.

📘 Documentation: https://charts.galaxyproject.org


🚀 Getting Started

To build your own visualization:

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

    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.