chinmaymk / angular-charts

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

width and iOS #200

Open pliablepixels opened 9 years ago

pliablepixels commented 9 years ago

Hi, I'm trying this library out. The library requires me to specify a chart width and height. What I want is for it to occupy the full width of the device but allow for horizontal scrolling beyond a point. For example, if I have 20 data items, I don't want them to be all squished within device width. What might be the right approach here?