Deepak Kumar
Deepak Kumar
I have a PoC server working with Ruby and Elastic. Please see https://github.com/kum-deepak/elastic-dc (branch `develop`). Basic running instructions in the README. The main config is https://github.com/kum-deepak/elastic-dc/blob/develop/src/conf.rb, it defines dimensions, charts,...
It turns out that there is an easy way to tell Elastic to return empty buckets - https://www.elastic.co/guide/en/elasticsearch/reference/7.11/search-aggregations-bucket-terms-aggregation.html#_minimum_document_count_4 - setting it to `0` (default `1`) works.
Thanks, @gordonwoodhull! I have updated documentation in https://github.com/kum-deepak/elastic-dc/, have a look at it when you get time. No rush!
I am merging the changes to dc itself - the server and the sample will remain in this PR for now.
Rebased and updated code to work with the latest in the `dc-v5` branch. It now uses node16 modules, so, it will only work with Node 16 and newer.
The typings of d3 are quite smart. The `Selection` has 4 generic parameters: - Type of selected elements - The datum that is bound - Type of parent element -...
The charts are not tested actively for more than one `render` call. For some charts, it might work. As of now `dc` does not handle resizing on its own. The...
😄 did not think this angle. I will only look for human changes.
With the dc-v5 release, examples change significantly, so, it may be a good time to consider this as well.
Thanks for all your inputs. I will start by creating a branch, milestone, and label `dc-v5`. The first work will be convert to TypeScript which will help later part of...