1.0.0 • Published 7 years ago

singleview-omega3 v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

SingleView Omega3 v1.0.0

JavaScript SingleView visualization module provides floating bubbles and scatter charts.

Screenshot

Supports following graphs

  • floating bubbles
  • scatter

Usage

npm install singleview-omega3

ES6: import { Omega3Parser, Omega3 } from 'singleview-omega3' Commonjs: var Omega3Parser = require('singleview-omega3').Omega3Parser , etc..

API

Exposed ObjectTypeMandatory ParamsDescription
Omega3Parserfunction constructor newnoneThe Parser for Omega3 display types
Omega3functionnoneThe Omega3 scatter widget

Developer

Install Global Dependencies: npm install -g mocha eslint standard

Install local dependencies: npm install

Running the test: npm test

Running JavaScript lint: npm lint

Recommended: Lint in the editor using StandardJS and ESLINT get your editor compatible Standard plugin

Versioning

Current Version: 1.0.0

Future Realses Guide

MAJOR.MINOR.PATCH

  • MAJOR version when you make incompatible API changes

  • MINOR version when you add functionality in a backwards-compatible manner

  • PATCH version when you make backwards-compatible bug fixes.