Created
September 8, 2014 10:05
-
-
Save artm/0e467b77ec74ffa28c6d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
artm@parurak:~/src/dpi/dashboards/kraamzorgcompleet | |
$ grep -R "_chain_ =" bower_components/dash.js/src | sed -r 's/.*: //;s/\._chain_ = /({...}) -> /;s/"(.*)";/\1/;s/terminate/-/' | column -t | |
Plain.with({...}) -> Plain | |
Plain.split({...}) -> Split | |
Plain.filter({...}) -> Plain | |
Plain.extract({...}) -> Plain | |
Plain.size({...}) -> - | |
SubSplit.sum({...}) -> LabeledNumbers2D | |
SubSplit.highcharts({...}) -> - | |
LabeledNumbers2D.mul({...}) -> LabeledNumbers2D | |
LabeledNumbers2D.highcharts({...}) -> - | |
LabeledNumbers.mul({...}) -> LabeledNumbers | |
LabeledNumbers.highcharts({...}) -> - | |
Split.split({...}) -> SubSplit | |
Split.with({...}) -> Split | |
Split.sum({...}) -> LabeledNumbers | |
Split.filter({...}) -> Split | |
Split.extract({...}) -> Split | |
Split.average({...}) -> LabeledNumbers | |
Split.percentage({...}) -> LabeledNumbers | |
Split.summary({...}) -> - | |
Split.highcharts({...}) -> - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment