1.0.9 • Published 6 years ago

@spacebartech/graph v1.0.9

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

Graph

vue graph component

Installation

npm install @spacebartech/graph

props : {
  type : {
    required : true,
  },
  data : {
    required : true,
  },
  axisLabel : {
    required : true
  },
  usePercentage : {
    default : false
  },
  shouldRedraw : {
    required : true
  },
  height : {
    optional : true,
    default  : 250
  },
  width : {
    optional : true,
    default  : 440,
  }
}

graph(
  :data='content.data'
  :type='content.graphType'
  :use-percentage='content.usePercentage'
  :axis-label='content.axisLabel'
  :should-redraw='shouldRedraw'
  :width='520'
)

Usage

Tests

npm test

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago