Mark Daggett

Results 6 issues of Mark Daggett

Hey Joel, There is already a project named D4 for charting with D3 https://github.com/heavysixer/d4 I just thought i'd bring that to your attention because I had users ask if I'd...

Consider the proposed approach in this SO topic. http://stackoverflow.com/questions/16265123/resize-svg-when-window-is-resized-in-d3-js

enhancement

This is probably due to the fact that the label series is meant to be used by lots of different chart types. What looks good for a stacked column in...

bug

setting the x.min(min) or x.max(max) has no effect on waterfall charts. see this example: http://jsfiddle.net/os96mvc0/

bug

Something like this is the proposed API: ``` // create a chart var columnChart = d4.baseChart() // mix in a feature to the chart .mixin([{name: 'bars', feature: d4.features.stacked-shapes-series}]) // when...

enhancement

The transition API needs to be integrated into the various features.

enhancement