Socket
Socket
Sign inDemoInstall

semiotic

Package Overview
Dependencies
53
Maintainers
2
Versions
228
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    semiotic

The semiotic JavaScript data visualization framework


Version published
Weekly downloads
1.7K
increased by11.99%
Maintainers
2
Install size
17.4 MB
Created
Weekly downloads
 

Readme

Source

Semiotic

Semiotic

Semiotic is a data visualization framework combining React & D3.

Documentation

Interactive Documentation v1.x

API Docs v1.x

Interactive Examples v1.x

Preview of Interactive Documentation for v2.x

Installation

yarn install semiotic

Usage Example

As a library:

import { XYFrame } from "semiotic"

You can also use the static distribution (via https://unpkg.com or https://esm.sh):

<script type="module">
	import { XYFrame } from "https://unpkg.com/semiotic?module"
</script>

These Codepen examples use the static distribution.

Project recognition

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

Testing

Using BrowserStack for browser compatibility testing BrowserStack

Changelog

Changelog

License

License

Contributing

Our community follows the nteract Contributor Code of Conduct.

If you are interested in contributing to the project, please read our CONTRIBUTING.md file.

FAQs

Last updated on 10 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc