panosoft / node-chartist

SVG Charts on the server.
The Unlicense
82 stars 20 forks source link

Ability to use Chartist properties as chart options #12

Closed alexgig closed 7 years ago

alexgig commented 7 years ago

A user should be able to use an an options object like the following:

{
  ...
  axisX: {
    type: Chartist.AutoScaleAxis
  },
  axisY: {
    type: Chartist.FixedScaleAxis
  },
  series: {
    'series-1': {
      lineSmooth: Chartist.Interpolation.step()
    }
}
alexgig commented 7 years ago

374f23014e99d85cb8290f923241b7d6c120e3f1