summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/graphs/stat_graph_contributors_graph.js
Commit message (Expand)AuthorAgeFilesLines
* remove graphs_show webpack bundleMike Greiling2018-02-191-294/+0
* added minChunks to the common_d3 bundlejivl-replace-d3-v3-v4Jose Ivan Vargas2017-12-181-1/+1
* Refactored d3 modules to instead of having a common_d3 dir, to use the micro ...Jose Ivan Vargas2017-12-181-29/+25
* corrected functionality from the stat_contributors_graphJose Ivan Vargas2017-12-181-3/+10
* fixed specs and the non-rendering stat_graph_contributors_graphJose Ivan Vargas2017-12-181-6/+5
* optimized d3 v4 with a custom made bundleJose Ivan Vargas2017-12-181-1/+1
* Modified contributors graph to use d3 v4Jose Ivan Vargas2017-12-181-20/+30
* Move dateTickFormat to separate moduleWinnie Hellmann2017-12-181-17/+3
* Add right padding to contributors graphWinnie Hellmann2017-12-181-1/+4
* Translate contributors graph x-axisWinnie Hellmann2017-12-181-2/+24
* Resolve "Specific Async Script Loading by using a Page Variable"Tim Zallmann2017-08-031-1/+1
* remove bind polyfill from stat_graph_contributors_graph.jsMike Greiling2017-05-081-2/+1
* refactor stat_graph_contributors_graph to es6 module syntaxMike Greiling2017-02-241-273/+269
* replace implicit this == window with explicit bindingMike Greiling2017-02-171-1/+1
* Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-271-6/+2
|\
| * resolve all x-spacing and no-spaced-x eslint violationsMike Greiling2017-01-181-2/+2
| * resolve all padded-blocks eslint violationsMike Greiling2017-01-181-5/+1
* | migrate all javascript asset bundles and require syntaxMike Greiling2017-01-101-1/+1
|/
* resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-141-1/+3
* explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-151-1/+1
* Merge branch 'eslint' into 'master' Fatih Acet2016-10-261-0/+1
|\
| * disable ESLint for all JavaScript fileswinniehell2016-10-261-0/+1
* | Refactored less readable existance checksJack Davison2016-10-261-7/+4
|/
* Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard2016-09-081-0/+1
* ES6ify all the things!Fatih Acet2016-07-241-0/+279