0.0.6 • Published 11 months ago

@snoofa-com/vue-plotting-ui-lib v0.0.6

Weekly downloads
-
License
-
Repository
-
Last release
11 months ago

VueJS Plotting UI Library

Introduction

A plotting UI component made using VueJS.

⚡ Quick Start

Getting started with VueJS Plotting UI Library is easy. To add to your project, choose your package manager and run one of the following commands:

Using npm

npm install vue-plotting-ui-lib

Using yarn

yarn add vue-plotting-ui-lib

Using pnpm

pnpm add vue-plotting-ui-lib

Using bun

bun add vue-plotting-ui-lib

Usage

  1. Import the component and its style

    import LinePlotter from "vue-plotting-ui-lib";
    import "vue-plotting-ui-lib/style.css";
  2. Use it

     <line-plotter
       :imageSource="imageSource"
       :lines="lines"
       :loading="loading"
       :handleDragStop="handleDragStop"
     />
  3. See example/App.vue for more details

0.0.6

11 months ago

0.0.5

1 year ago

0.0.4

1 year ago