• This repository has been archived on 15/Feb/2022
  • Stars
    star
    442
  • Rank 98,677 (Top 2 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 7 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Simple, elegant spark bars for Vue.js

WARNING: project is no longer actively maintained, make sure to update any dependencies if you plan on using this in your project. (This project does not work with Vue3 and higher.)

Vue Bars

Vue Bars

🌈 Simple, elegant spark bars for Vue.js


npm vue

Installation

npm i vuebars -S

Usage

import Vue from 'vue'
import Bars from 'vuebars'

Vue.use(Bars)

Live Demo

vue template

<bars
  :data="[1, 2, 5, 9, 5, 10, 3, 5, 2, 5, 1, 8, 2, 9, 0]"
  :gradient="['#6fa8dc', '#42b983']">
</bars>

Inspired by

vuetrend - 📈 Simple, elegant spark lines

Props

Name Type Default Description Example
data Number|Object undefined The data accepted by Vue Bars is incredibly simple: An array of y-axis values to graph. [120, 149, 193.4, 200, 92] or [{ value: 4 }, { value: 6 }, { value: 8 }]
gradient String ['#000'] Colour can be specified as any SVG-supported format (named, rgb, hex, etc). ['#0FF', '#F0F', '#FF0']
width Number auto Set an explicit width for your SVG. -
height Number auto Set an explicit height for your SVG. -
padding Number 8 If you set a very large strokeWidth on your line, you may notice that it gets "cropped" towards the edges. -
rounding Number 2 To control radius on each bar's corners -
barWidth Number 4 Set width of each bar -
labelRotate Number -45 To control rotation of labels -
labelSize Number 0.7 To control size of labels -
labelColor String #999 To control color of labels -
labelData String [] Array of strings ['label1','label2','label3']
minBarHeight Number 3 Minimum height -
autoDraw Boolean false Allow the line to draw itself on mount. Set to true to enable, and customize using autoDrawDuration and autoDrawEasing. -
growDuration Number 0.5 The amount of time, in seconds, that the autoDraw animation should span. This prop has no effect if autoDraw isn't set to true. -
max Number -Infinity Specify max value -
min Number Infinity Specify min value, This is useful if you have multiple lines. See #8 -

SVG Props

By default, all properties not recognized by Vue Bars will be delegated to the SVG. The line inherits these properties if none of its own override them.

On-the-fly reloading

Make sure you use pass the same variable for your data as for the key, this will make sure Vue recognizes changes to your data array, and consequently forces a reload of the instance.

TODO

  • Unit test

License

MIT

More Repositories

1

zenbot

Zenbot is a command-line cryptocurrency trading bot using Node.js and MongoDB.
HTML
8,208
star
2

terraform-provider-gsuite

A @HashiCorp Terraform provider for managing G Suite resources.
Go
270
star
3

ghost-interphase-theme

A ghost theme based off of templated.co/interphase
CSS
65
star
4

pixelratio-screenshots

Grab a screenshot of a website, defining your own pixelratio. Uses phantomjs.
JavaScript
41
star
5

boilerplate

My personal boilerplate with commonly used libraries and set-up.
CSS
34
star
6

node-vultr

Node.JS library to communicate with the Vultr API
JavaScript
28
star
7

node-transip

Node.JS library to communicate with the TransIP API
JavaScript
9
star
8

cassandras3

Cassandra S3 backup, restore and view
Python
7
star
9

coinfalcon-node

Simple API client for the Coinfalcon exchange
JavaScript
6
star
10

k8s-quin

Quin: cluster network monitor
Go
4
star
11

ThumbGenerator

A PHP library to easily generate thumbs. Includes smart resize.
PHP
4
star
12

CreativeCoding

Whenever you feel crazy, just code it out.
JavaScript
4
star
13

dotfiles

Shell
3
star
14

ShowNotify

Notifies you of new show releases
CSS
3
star
15

laravel-boilerplate

PHP
3
star
16

pebble-statuschecker

WebOps-y Pebble App to tell you the status of certain services.
JavaScript
2
star
17

tfe-prometheus-exporter

TFE comes with statsd for internal tracking - use this to expose metrics to your prometheus federation
Go
2
star
18

bitcoin-prometheus-exporter

A prometheus exporter for the bitcoin/elements projects.
Go
2
star
19

terraform-ci

Terraform CI written in Python
Python
2
star
20

rocket-apps-golinks

Automatically convert golinks (go/some-thing) into URLs to your shortlink service.
TypeScript
2
star
21

docker-gitlab-runner-on-steroids

gitlab-runner with some things I need
Dockerfile
1
star
22

terraform-provider-customconfig

terraform has gotchas. this provider catches them.
Go
1
star
23

eric.sillevis.net

SCSS
1
star
24

servente

Manage Services like an SRE pro.
Go
1
star
25

pebblehue

Control your hue base station lights from your wrist.
JavaScript
1
star
26

coap-lb-benchmarks

CoAp loadbalancer tests.
JavaScript
1
star
27

node-partyflock

Node.JS library to communicate with the Partyflock API http://partyflock.nl/
JavaScript
1
star
28

IBAN-validator

Quick way to check an IBAN number via CLI
PHP
1
star
29

certbot-gcs

Certbot with a GCS backend/frontend
Shell
1
star
30

gitlab-prometheus-exporter

GitLab Prometheus Exporter for API endpoints
Makefile
1
star
31

inbox-web

Unofficial Google Inbox app for Mac
CoffeeScript
1
star
32

BLC-docker

Bitcoin+Lightning+Charge in a handy docker-compose
Dockerfile
1
star
33

instio

Instantly generate Golang CMS with API on the fly.
Go
1
star