0.0.8 • Published 8 years ago

scharts v0.0.8

Weekly downloads
5
License
MIT
Repository
github
Last release
8 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

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago

0.0.0

8 years ago