Gordon Woodhull
Gordon Woodhull
Gordon Woodhull is stepping down from maintaining dc.js at the end of 2022. He may occasionally respond on Stack Overflow or on GitHub issues, but will no longer maintain or...
After brushing on the ordinal bar chart in [the example](http://127.0.0.1:8888/web/examples/brush-ordinal-dynamic.html), the row chart takes more than two minutes to stop moving. There is nothing obvious in the code that would...
This is related to #646, which also needs better control over the zero point of the chart. It came up in this SO question: [dcjs dynamic zooming to fit range...
Other charts go through `BaseMixin.filter()`, which fires the `filtered` event. TextFilterWidget filters differently, and doesn't fire the event https://github.com/dc-js/dc.js/blob/e391b99281b6c48733395c70a05c4a5489b3e4d3/src/charts/text-filter-widget.js#L65-L70 A possible workaround is to add another handler. In DCv4 `_input`...
Feel like I already commented on this somewhere, but I can't find it. It should be possible to set the `xAxisPadding` and `yAxisPadding` independently for each side. Often, for example,...
It's pretty common to want to add or change the stuff that goes into the pie slices. Right now you have to calculate the position yourself, and animations don't come...
It is possible that #1729 Concept of Chart Group could break compatibility with external libraries that add new charts to the ecosystem, like [dc-addons](https://github.com/Intellipharm/dc-addons) or our own [dc.leaflet.js](https://github.com/dc-js/dc.leaflet.js). Many of...
`d3compat.eventHandler` currently takes a function(datum, event) for trivial adaptation of old event handlers. However, to reduce confusion and facilitate eventual removal of d3@5 compatibility, I think these should use the...
#1809 got me thinking in depth about ordinal brushing. If the order of the ordinal keys do not change, but keys are added or removed due to `remove_empty_groups` or data...
As shown in #1301 Risk Matrix, it can be useful to have labels inside the heatmap rects. This fork of @oingelsson's fiddle shows a possible implementation: http://jsfiddle.net/gordonwoodhull/fL89vtn4/12/