vue-ploty.js

[![GitHub open issues](https://img.shields.io/github/issues/David-Desmaisons/vue-plotly.js.svg)](https://github.com/David-Desmaisons/vue-plotly.js/issues) [![CircleCI](https://circleci.com/gh/David-Desmaisons/vue-plotly.js.svg?style=shield)](https://circ

Usage no npm install needed!

<script type="module">
  import vuePlotyJs from 'https://cdn.skypack.dev/vue-ploty.js';
</script>

README

vue-ploty.js

GitHub open issues CircleCI codecov Npm version MIT License

Usage

<Ploty></Ploty>
import { Ploty } from 'vue-ploty.js'

export default {
  components: {
    Ploty
  }
}

API

Installation

npm install vue-ploty.js

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit

Customize configuration

See Configuration Reference.

Update the API section of README.md with generated documentation

npm run doc:build