0.1.5 • Published 1 year ago

@clalarco/vue3-plotly v0.1.5

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

@clalarco/vue3-plotly

Thin Vue 3 wrapper for plotly.js

Based on project fromVanOord.

  • Typescript support
  • Improves Vue implementation based on <script setup>
  • Using Vite for building process

Also, the documentation and the demo page (source code) are published at GitHub.

Usage

Usage with Single-file Component (SFC)

Usage from another component:

<Template>
  <VuePlotly :data="data" :layout="layout"></VuePlotly>
</Template>

<script setup>
  import { VuePlotly } from 'vue3-plotly';

  const data = [ ... ];
  const layout = { ... };
</script>

More documentation at https://clalarco.github.io/vue3-plotly/

0.1.5

1 year ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago