0.0.29 • Published 4 years ago

react-data-explorer v0.0.29

Weekly downloads
-
License
MIT
Repository
github
Last release
4 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

4 years ago

0.0.29

4 years ago

0.0.22

4 years ago

0.0.23

4 years ago

0.0.24

4 years ago

0.0.25

4 years ago

0.0.26

4 years ago

0.0.27

4 years ago

0.0.21

4 years ago

0.0.20

4 years ago

0.0.19

4 years ago

0.0.18

4 years ago

0.0.15

4 years ago

0.0.16

4 years ago

0.0.17

4 years ago

0.0.14

4 years ago

0.0.13

4 years ago

0.0.10

4 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.5

4 years ago

0.0.2

4 years ago

0.0.1

5 years ago