PMSI-AlignAlytics / dimple

An object-oriented API for business analytics
Other
2.73k stars 557 forks source link

Drawing line between coordinates #160

Closed dt1973 closed 9 years ago

dt1973 commented 9 years ago

Based on http://jsbin.com/wiviwoqeji/1/edit - how would one go about drawing a line between the coordinates to illustrate it's a triangle?

johnkiernander commented 9 years ago

You can use an area chart: http://jsbin.com/jegedeyiki/2

Does that work for you?

dt1973 commented 9 years ago

Absolutely! Thank you very much!