0.0.29 • Published 3 years ago

react-data-explorer v0.0.29

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

react-data-explorer

Workflow

  • Write code, commit with semantic release commit messages (see bellow)
  • Create PR
  • Merge the PR, and the CI will start to run:
    • Generate new package number and tag by semantic release
    • Publish the package to the NPM registry
    • Build the demo app and push the built app to the gh-pages branch
    • The branch served as a webpage on: https://brumik.github.io/react-data-explorer

Semantic release commit messages

Using semantic release (disabled until the app is in <v1.0.0)

  • Patch release: fix(pencil): stop graphite breaking when too much pressure applied
  • Feature release: feat(pencil): add 'graphiteWidth' option
  • Breaking release: BREAKING CHANGE: The graphiteWidth option has been removed. The default graphite width of 10mm is always used for performance reasons.

Devel setup

Requirements

  • node > 14
  • npm > 7

Setup

Currently accepted API format

To see what data format is accepted from the API in the chart builder the /demo/api/ folder contains API response mockups.

Testing

  • npm i if not done before
  • npm test

Examples (docs)

For seeing the components in work there are examples in the demo folder. The schema contains most of the basic usage. A proper documentation is coming when hitting the magic v1.0.0.

0.0.28

3 years ago

0.0.29

3 years ago

0.0.22

3 years ago

0.0.23

3 years ago

0.0.24

3 years ago

0.0.25

3 years ago

0.0.26

3 years ago

0.0.27

3 years ago

0.0.21

3 years ago

0.0.20

3 years ago

0.0.19

3 years ago

0.0.18

3 years ago

0.0.15

3 years ago

0.0.16

3 years ago

0.0.17

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.5

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago