Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 838 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 838 Bytes

LPChart: Little Printer JavaScript Charts

LPChart v1.3
2013-07-05

LPChart is some JavaScript that makes it easier to draw line charts. It provides a simplified way of interacting with d3 and is designed to be particularly useful when making publications for Little Printer.

Documentation: http://bergcloud.github.io/lp-chart/

The documentation is on the gh-pages branch.

Future possible features:

  • Add bar chart type.
  • Allow for negative values.
  • Allow for setting custom tickFormats.

To fix:

  • When showXAxisGrid is true, then there's no padding between the xAxis labels and the xAxis line. Don't know why.

Versions

  • v1.3, 2013-07-05, Added yAxisPosition().
  • v1.2, 2013-07-02, Added yAxisMin() and yAxisMax().
  • v1.1, 2013-06-19, First relase