Socket
Book a DemoInstallSign in
Socket

@antv/g2-extension-plot

Package Overview
Dependencies
Maintainers
72
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antv/g2-extension-plot

The mark plot in antv/g2

latest
Source
npmnpm
Version
0.2.2
Version published
Weekly downloads
61K
-3.41%
Maintainers
72
Weekly downloads
 
Created
Source

g2-extension-plot

The plot for @antv/g2 marks.

Getting Started

Install @antv/g2-extension-plot and @antv/g2 via package manager such NPM or Yarn.

$ npm install @antv/g2-extension-plot @antv/g2

Use mark individually:

import { Runtime, extend, corelib } from "@antv/g2";
import { plotlib } from "@antv/g2-extension-plot";

const Chart = extend(Runtime, { ...corelib(), ...plotlib() });

const chart = new Chart({ container: "container" });

  chart
    .sunburst()
    .data({
      type: 'fetch',
      value: 'https://gw.alipayobjects.com/os/antfincdn/ryp44nvUYZ/coffee.json',
    })
    .animate('enter', { type: 'waveIn' })
    .coordinate({ type: 'polar', innerRadius: 0 });

  chart.render();

License

MIT@AntV.

FAQs

Package last updated on 26 Mar 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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.