-
- render pie chart in view-able format
_Originally posted by @mushegh-smunch in https://github.com/mushegh-smunch/visualize-conventional-commits/issues/3#issuecomment-1010308937_
-
The following grammar results in the loop of an expanded `Term` to be shown incorrectly
```
Term = Factor { Mulop Factor } .
```
-> https://wtf-my-code.works/rr-diagram/?start=Term&grammar=VGVybSA…
-
-
Create a user story to define the user needs with regards to our program.
Grammar of a user story:
As a __________
I want to ________
So that _________
Gist of the story: The user wants to know ab…
-
Requirements
- [ ] Icon arrays look reasonable with any number of dots, like not too tall, not too short, but also consider the number of groups in the plot. e.g.
- [ ] scales and adjusts based on…
-
Currently, the [developer documentation](http://nvd3-community.github.io/nvd3/examples/documentation.htm) is limited to a set of [high-level chart types](http://nvd3-community.github.io/nvd3/examples/…
-
Using a custom parser for menhir grammars and applying it to `catala/blob/master/compiler/surface/parser.mly` and manually adding the tokens from `catala/blob/master/compiler/surface/lexer_common.ml` …
-
Investigate how we would add datagrid to Vega output, so we can compose that with existing crossfilering. (Optional)
-
This is a general issue for thrashing out the Cedar API
There are 2 types of json documents involved with cedar.
### Cedar Templates
These are the source, generic templates, based on the vega spec s…
-
There are a few straightforward ways to go about assigning categorical colors for the purpose of distinguishing different data series, assuming you have 10 well tested, distinguishable colors (which i…