0.1.3 • Published 3 years ago

@ipn-eu/vue-chart-ray v0.1.3

Weekly downloads
5
License
GLWTPL
Repository
-
Last release
3 years ago

vue-chart-ray

The author has absolutely no clue what the code in this project does. It might just work or not, there is no third option.

Usage

<template>
  <ray
    :segments="[1, 2, 3, 4, 5]"
    :references="[1.0, 1.5, 2.5, 3.5, 4.5, 5.0]"
    :value="3"
    :show-references="true"
    :show-value="true"
    ></ray>
</template>

<script>
import Ray from "@ipn-eu/vue-chart-ray";

export default {
  name: "App",
  components: { Ray },
};
</script>

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

0.1.3

3 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago