The most common use case for [calculateColorDomain](https://github.com/dc-js/dc.js/blob/develop/web/docs/api-latest.md#dc.colorMixin+calculateColorDomain) is ``` js chart.on('preRedraw', function() { chart.calculateColorDomain(); }); ``` Why not make that an option?