0

I've been bumping my head against this all morning.

http://jsbin.com/cutumigexa/1/edit?html,js,output

I cannot seem to set the lineTension (also tried tension) property on the line chart,I always get the bezier default lines.I basically need spiked lines.

Thanks

vanzylv
  • 841
  • 2
  • 10
  • 22

1 Answers1

0

Silly me,needed this

$scope.datasetOverride = [{lineTension: 0.001}];

vanzylv
  • 841
  • 2
  • 10
  • 22