Deepak Kumar
Deepak Kumar
I did mean #1669. This merged with the current `develop` should be treated as the base for `dc-v5`. #1665 was a PoC for me, which has served its purpose. That...
All of the above makes sense. I have gone through the horror that you mention. It took me more than a day to undtangle by stepping through the debugger using...
The current interface between a chart and legend is as follows: ```typescript // What Legend expects from the chart export interface ParentOfLegend { legendToggle: (d: LegendSpecs) => void; legendReset: (d:...
I hope you had good holidays. I will do a sample PR and see which one looks better :smile:
This did not get merged for so long. It is being targeted for `dc-v5`. In similar lines, using a similar approach, `width` and `height` and no longer modified by `dc`....
Welcome, @kleczekr! Many thanks for your interest, I will get in touch soon.
Welcome, @KobaKhit! Many thanks for joining the efforts. I will send you an email with additional details.
In addition in focus/range chart pairs - switching off transitions completely during brushing and zooming will provide much better user experience.
I think with my current understanding I can take a stab at it. Initially I will try to completely switch off transitions while brushing/zooming - during this phase the range/focus...
Since we have started using GitHub actions, we can run more things automated. These workflows can target even specific branches. It should be possible to create a workflow that triggers...