0.1.5 • Published 1 month ago

@clalarco/vue3-plotly v0.1.5

Weekly downloads
-
License
MIT
Repository
-
Last release
1 month 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 month ago

0.1.3

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago