Skip to content

Commit

Permalink
README.md update with new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Daryl110 committed Oct 12, 2020
1 parent 591ef2a commit 45f6873
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,30 @@ go-chart is a project in development, which allows by calling a simple function

# GET STARTED

### Preview Visualization

[preview](https://pruebas-graph.web.app/)

### install

<code>npm i @daryl110/go-chart</code>
npm i @daryl110/go-chart

### implement
<ul>
<li>typescript or ecma</li>
<code>import { D3, chartJS } from '@daryl110/go-chart';</code>
<li>nodejs</li>
<code>const { D3, chartJS } = require('@daryl110/go-chart');</code>
<li>
<h5>typescript or ecma</h5>
<code>import { D3, chartJS } from '@daryl110/go-chart';</code>
</li>
<li>
<h5>nodejs</h5>
<code>const { D3, chartJS } = require('@daryl110/go-chart');</code>
</li>
</ul>

### 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:

<code>module.chart(\<parameters\>);</code>
module.chart(<parameters>);

[more info](https://daryl110.github.io/go-chart-doc)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daryl110/go-chart",
"version": "1.2.3",
"version": "1.2.4",
"description": "library to easily build charts",
"main": "index.js",
"author": "daryl110",
Expand Down

0 comments on commit 45f6873

Please sign in to comment.