chinmaymk / angular-charts

angular directives for creating common charts using d3
MIT License
1.03k stars 270 forks source link

Two Y axis on same line graph #193

Open HarelM opened 9 years ago

HarelM commented 9 years ago

Hi, Is it possible to show two Y axis on the same graph (one on the left and the other on the right for example)? Thanks,

Harel M.

bischofs commented 9 years ago

I don't think so, this should be a decently high priority feature. It looks like Charts.js does not support it so that is probably why. I need this for a current project +1

HarelM commented 9 years ago

I've long switched to this library: https://github.com/n3-charts/line-chart. as this one seems abandoned...