Home

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