GithubHelp home page GithubHelp logo

simple-pie-chart's Introduction

A (simple) pie chart with polymer web components

Created a pie-chart after attending an event in SF

alt tag

To use it, assuming you have polymer and bower already installed.

Import the platorm and the custom element to a html page:

<script src="platform/platform.js"></script>

<link rel="import" href="simple-pie-chart/simple-pie-chart.html">

Add the element to a page and give it some JSON to render the pie:

<simple-pie-chart size="200" lineWidth="2" slices='[{"caption": "Caption1", "color": "red", "slice": 120}, 
                                                    {"caption": "Caption2", "color": "#0000ff", "slice": 45},
                                                    {"caption": "Caption3", "color": "green", "slice": 0.25}]'>

The slice value can be either degrees (0 <slice <= 360) or percentage (0 < slice <= 1.0) The element (html5 canvas) use radians but I figured percentages or degrees are preferred.

simple-pie-chart's People

Contributors

anderssonfilip avatar

Stargazers

Karl Groves avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.