├── HorizontalBar.html ├── LICENSE ├── Links.md ├── MLData.htm ├── README.md ├── analysis.md ├── analystOptions.htm ├── client ├── .compilerc ├── .eslintrc ├── .gitignore ├── README.md ├── package.json └── src │ ├── app.js │ ├── index.css │ ├── index.html │ ├── index.js │ └── partials │ ├── chart.htm │ ├── json.htm │ └── stats.htm ├── collaboration.md ├── components.md ├── cover.jpg ├── dashboard.md ├── directives └── ng-prettyjson.js ├── elements.htm ├── exports.md ├── index.css ├── index.js ├── layout-columns.htm ├── layout-rows.htm ├── presenting.md ├── processing.md ├── screenshots ├── elements.png └── machinelearning-analystoptions.png └── sources.md /HorizontalBar.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |