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

@massimo-cassandro/charts

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@massimo-cassandro/charts

SVG charts

latest
Source
npmnpm
Version
2.5.3
Version published
Weekly downloads
1
-50%
Maintainers
1
Weekly downloads
 
Created
Source

Charts

A collections of charts scripts

Charts comes with three flavours:

  • Main mode (index.js): standard way, use imported svg.js module
  • Node mode (index-node.js): for use within node script (to be imported as module)
  • With svg.js imported as a standalone script (index-external-svgjs.js): if you need to import svg.js using the script tag, this implementation doesn't load svg.js but assumes that a global SVG function is available

Radial bars chart

Oct 2022

Refs:

  • https://codepen.io/massimo-cassandro/pen/zYRBJyG?editors=1100
  • https://datavizproject.com/data-type/circular-bar-chart/
  • https://datavizcatalogue.com/methods/radial_bar_chart.html

General references

Keywords

charts

FAQs

Package last updated on 08 Jul 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