@noction/vue-highcharts
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

vue-highcharts

NPM version NPM downloads codecov

Wrapper for Highcharts in Vue. Currently supporting only vue3.

Install

npm

npm i @noction/vue-highcharts

yarn

yarn add @noction/vue-highcharts

pnpm

pnpm add @noction/vue-highcharts

Usage

<template>
  <highcharts
      :options="options"
  />
</template>

<script setup lang="ts">
import Highcharts from '@noction/vue-highcharts'
import { reactive } from 'vue'

const options = reactive({
  series: [{
    data: [1, 2, 4, 8, 16, 32, 64, 128, 256, 512]
  }]
})

</script>

Typings

At the moment @noction/vue-highcharts doesn't export any types.

Props

Name Type Description Required
options Object The chart options structure true

Supporting

  1. Highcharts.Chart
  2. Highcharts.MapChart
  3. Highcharts.StockChart
  4. Highcharts.GanttChart

Dependencies (1)

Dev Dependencies (10)

Package Sidebar

Install

npm i @noction/vue-highcharts

Weekly Downloads

5

Version

1.0.4

License

MIT

Unpacked Size

6.42 kB

Total Files

8

Last publish

Collaborators

  • terrarium789
  • melrose1
  • lwvemike
  • 50rayn