0.0.2 • Published 4 years ago

@iooxa/ink-chart v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

@iooxa/ink-chart

Ink-Basic on npm MIT License

The goal of ink-chart is to provide web-components for interactive scientific writing, reactive documents and explorable explanations. This library provides basic charting capabilities of ink-components including 2D svg graphics.

Getting Started

Ink is based on web-components, which creates custom HTML tags so that they can make writing documents easier. To get started, copy the built javascript file to the head of your page:

<script src="https://unpkg.com/@iooxa/ink-chart"></script>

You can also download the latest release from GitHub. If you are running this without a web server, ensure the script has charset="utf-8" in the script tag. You can also install from npm:

>> npm install @iooxa/ink-chart

You should then be able to extend ink as you see fit:

import components from '@iooxa/ink-chart';

Note that the npm module does not setup the @iooxa/runtime store, nor does it register the components. See the ink.ts file for what the built package does to setup the store and register the components.

Basic Components

  • ink-chart
  • ink-chart-text
  • ink-chart-path
  • ink-chart-eqn
  • ink-chart-circle
  • ink-chart-image
  • ink-chart-node