JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q33343F
  • License MIT

library to easily build charts

Package Exports

  • @daryl110/go-chart

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@daryl110/go-chart) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Go-Chart

go-chart is a project in development, which allows by calling a simple function to create straightforward or complex charts, which help to improve the development time of projects that perform data analysis.

Implemented libraries and charts

GET STARTED

Preview Visualization

preview

install

npm i @daryl110/go-chart

implement

  • typescript or ecma
    import { D3, chartJS } from '@daryl110/go-chart';
  • nodejs
    const { D3, chartJS } = require('@daryl110/go-chart');

usage

To use the go-chart library it consists of the following, each library implemented within it is called a module and each public function of each graphical module is called a graph, taking into account:

module.chart(<parameters>);

more info