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

pie3d

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

pie3d

3Dpiec-chart

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

pie3d-chart

pie3d-chart base on sprite.js

依赖文件

<script src="https://unpkg.com/spritejs@3/dist/spritejs.es.min.js"></script>
<script src="https://unpkg.com/sprite-extend-3d/dist/sprite-extend-3d.js"></script>

使用案例:


    import Pie3D from './src'

    let container = document.getElementById("container")

    new Pie3D({
        container,
        data:[{
            title:"华米",
            num: 77
        },{
            title:"苹果",
            num:125
        },{
            title:"华为",
            num:100
        },{
            title:"荣耀",
            num:27
        }]
    })

Keywords

pie-chart

FAQs

Package last updated on 21 Jul 2020

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