0.0.8 • Published 10 years ago

scharts v0.0.8

Weekly downloads
5
License
MIT
Repository
github
Last release
10 years ago

scharts

simple svg scharts.

demo

click here

usage

Include js in /src by tag, or

require('scharts')(['line', ...]);
var lineEl = document.getElementById('line');
var line = schart(lineEl, {
  type: 'line',
  xIndex: {
    line: false
  },
  yIndex: {
    num: 5
  },
  line: {
    point: {
      fill: false,
      radius: 4
    },
    width: 4,
    color: '#ccc'
  }
});

line.render({
  '02-18': 0,
  '02-19': 234,
  '02-20': 634,
  '02-21': 154,
  '02-22': 164
});
0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago