Semiotic

A data visualization framework combining React & D3

README

Semiotic
Circle CI status

Semiotic is a data visualization framework combining React & D3




Installation

  1. ```
  2. npm i semiotic
  3. ```

Example

  1. ``` js
  2. import { XYFrame } from "semiotic"
  3. ```

You can also use the static distribution:

  1. ```
  2. https://unpkg.com/semiotic/dist/semiotic.min.js
  3. ```

In which case the elements are exposed as properties of a Semiotic object:

  1. ``` js
  2. const { XYFrame } = Semiotic
  3. ```

This is how it's used in these Codepen examples.

_Semiotic icon based on an icon by André Schauer_

It may not be apparent in the commit logs but development of this library owes a lot to:

Susie Lu
Jason Reid
James Womack
Matt Herman
Shelby Sturgis
Tristan Reid


Using BrowserStack for browser compatibility testing
BrowserStack