This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

react-data-explorer
TypeScript icon, indicating that this package has built-in type declarations

0.0.29 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i react-data-explorer

Weekly Downloads

14

Version

0.0.29

License

MIT

Unpacked Size

229 kB

Total Files

143

Last publish

Collaborators

  • brumik