arlas-d3
TypeScript icon, indicating that this package has built-in type declarations

11.1.1 • Public • Published

ARLAS-d3

Build Status npm version

About

ARLAS-d3 is a library that provides a set of d3 components : Charts .

Install

To install this library in your web app project add the dependency in your package.json :

$ npm install --save arlas-d3

Documentation

Please find the documentation of all the d3 components here

Build

To build the project you need to have installed

  • Node version >= 16.3.0
  • npm version >= 8.3.0

Then, clone the project

$ git clone https://github.com/gisaia/ARLAS-d3

Move to the folder

$ cd ARLAS-d3

Install all the project's dependencies

$ npm install

Build the project with tsc :

$ npm run build-release

The build artifacts will be generated in the dist/ directory.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning :

We use SemVer for versioning : x.y.z.

  • x : Incremented as soon as a new component is added or a major/breaking change is occured
  • y : Incremented as soon as a parameter is added or modified
  • z : Incremented as soon as the ARLAS-d3 implementation receives a fix or an enhancement.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the Apache License 2.0 - see the LICENSE.txt file for details

Readme

Keywords

none

Package Sidebar

Install

npm i arlas-d3

Weekly Downloads

134

Version

11.1.1

License

Apache-2.0

Unpacked Size

648 kB

Total Files

135

Last publish

Collaborators

  • gisaia-team