Skip to content

Instantly share code, notes, and snippets.

View Seacada's full-sized avatar

Seacada

  • Joined Sep 23, 2025
View GitHub Profile
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('d3')) :
typeof define === 'function' && define.amd ? define(['exports', 'd3'], factory) :
(factory((global.radialScatter = {}), global.d3));
}(this, (function (exports, d3) { 'use strict';
const chart = {
name: 'Radial Scatter Plot',
description: 'Circular scatter plot with customizable radius and color',
icon: 'scatter',