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 🙏

© 2024 – Pkg Stats / Ryan Hefner

@xuda.io/xuda-ui-plugin-gaugejs

v1.0.4

Published

The Xuda Gauge.js Plugin integrates animated and customizable gauges into Xuda.io, perfect for visualizing performance metrics and progress tracking. With flexible arc angles, colors, pointer settings, and dynamic updates, it delivers sleek, real-time dat

Downloads

71

Readme

Xuda Gauge.js Plugin

The Xuda Gauge.js Plugin integrates the versatile Gauge.js library into Xuda.io, providing customizable and animated gauges for data visualization. Perfect for displaying performance metrics, progress tracking, or any data that requires a sleek, visual representation.


Features

  • Customizable Gauges: Adjust arc angles, colors, pointer settings, and more.
  • Dynamic Values: Update gauge values in real-time.
  • Animated Transitions: Smooth animations for value changes.
  • Xuda Compatibility: Fully integrates with Xuda.io properties and UI components.

Installation in Xuda Platform

  1. Log in to your project on Xuda.io.
  2. Navigate to the Plugins tab in the project node.
  3. Locate the Xuda Gauge.js Plugin.
  4. Install the plugin by toggling the activation button.

Usage in Xuda Studio

  1. Open Xuda Studio on Xuda.io.
  2. Select a UI component where the gauge should be displayed.
  3. Scroll down in the Properties Pane to locate the plugin options.
  4. Activate the Xuda Gauge.js Plugin and configure its settings.

Example Configuration in Xuda Studio

| Property | Value | | ------------------- | --------- | | gauge_angle | 0.15 | | gauge_line_width | 0.44 | | gauge_color_start | #6FADCF | | gauge_color_stop | #8FC0DA | | gauge_max_value | 100 | | gauge_value | 75 |


Plugin Properties

| Property | Type | Description | Default Value | | ---------------------------- | -------- | --------------------------------------------------------- | ------------- | | gauge_angle | number | The span of the gauge arc (e.g., 0.15 for a partial arc). | 0.15 | | gauge_line_width | number | The thickness of the gauge line. | 0.44 | | gauge_pointer_length | number | The length of the pointer relative to the gauge radius. | 0.9 | | gauge_pointer_stroke_width | number | The thickness of the pointer stroke. | 0.035 | | gauge_color_start | string | The starting color of the gauge arc. | #6FADCF | | gauge_color_stop | string | The ending color of the gauge arc. | #8FC0DA | | gauge_stroke_color | string | The color of the background arc. | #E0E0E0 | | gauge_max_value | number | The maximum value of the gauge. | 100 | | gauge_min_value | number | The minimum value of the gauge. | 0 | | gauge_value | number | The initial value displayed by the gauge. | 0 |