New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

bar-chart-plugin-rstec

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bar-chart-plugin-rstec

A plugin for the Alfons framework that renders bar charts using the [`victory-native`](https://nearform.com/open-source/victory-native/docs/cartesian/bar/) library.

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

Alfons Bar Chart Element Plugin

A plugin for the Alfons framework that renders bar charts using the victory-native library.

Installation

Using bun:

bun install @richard.stec/bar-chart-plugin

Usage

import BarChartPlugin from "@richard.stec/bar-chart-plugin";

Overview

This element provides an integration layer between Alfons and Victory Native, allowing developers to include fully featured, animated bar charts inside Alfons projects.

The plugin serves as a thin wrapper around Victory’s CartesianChart and Bar components. All supported properties are passed directly through to those components.

Properties

This element supports all properties available in Victory Native’s chart and bar components.

For a complete list of options and examples, refer to the official documentation:

Victory Native – Bar Chart Documentation

FAQs

Package last updated on 22 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts