Deepak Kumar

Results 240 comments of Deepak Kumar

Some general suggestions: - The text frames must be encoded as UTF-8, which is the only encoding supported by this library. - For binary frames encoding is not checked. To...

What is the way you would have done if doing afresh: - three strings - 'always', 'never', 'default' (or, 'smart') - Typescript Enum (which gets exposed as a class) -...

Tested this snippet with dc@4, was unable to reproduce this issue. Which version of dc are you using?

Many thanks for the added details. This indeed is the case. The dashboard on http://dc-js.github.io/dc.js/ displays this behavior. The `BaseMixin` code snippet that calls `.dimension()` is: ```javascipt applyFilters (filters) {...

Both npm release names and script names for UMD. Technically we can keep both names to be dc.js, however, for easier support, we should name both differently (like dc.js &...

I also added one more question regarding whether to support only d3@v6 with dc-v5 (see the edited version above).

Thanks @gordonwoodhull, this covers all immediate decisions. I personally think we should drop d3@5 compatibility. I will proceed accordingly.

I am back after a long gap. I hope you also have some time for reviews now. For a start, I will merge the current version of the migration guide....

It is going to be tedious to refactor, hoever, once done will allow labels and label paddings to be moved to conf.

Many thanks @plourenco! This release is targetting to split dc into smaller components with specific responsibilities. That should help with the plans you have. To be specific - data providers...