Git Product home page Git Product logo

d3-charts's Introduction

semantic-release

All Contributors

D3 Charts

Are you looking for a simple yet powerful D3 chart? If yes, you have come to the right place!

Currently, we are supporting Cartesian chart with following features:

  • Column
  • Area
  • Line
  • Points
  • Multiple X Axis
  • Multiple Y Axis
  • Combination of charts (E.g. combine Column, Area in a multi axis chart)
  • Dynamically update charts (E.g. Add new series, update series data, change color etc

Installation

Checkout github packages for instructions.

Download @twig-it artifacts from Github Packages

  • Create an .npmrc file in your repo
  • Add @twig-it:registry=https://npm.pkg.github.com
  • Create a PAT that has read access to Github Packages. Let's call this token GPRead
  • Set this token in npm for your CI runs. Example below:
     - name: Npm Install
         run: npm config set '//npm.pkg.github.com/:_authToken' "${GPRREAD}" && npm ci
         env:
           GPRREAD: ${{ secrets.GPREAD }}
    
    

Demo

Checkout Demo page!

Api Docs

Checkout Api docs!

Contributors โœจ

Thanks goes to these wonderful people (emoji key):


Anand Tiwary

๐Ÿค” ๐Ÿ’ป ๐Ÿ”ง

This project follows the all-contributors specification. Contributions of any kind welcome!

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.