New features
- Highlight a table row and a line of log chart (186)
- 
- Add "Code" download button (198)
- **[Changes without Compatibility]** Drop "JSON" download feature. Downloaded script has all log data as JSON, but data structure is changed with previous version.
- Run downloaded script and will make an image plotted logs. Lines plotted or not are followed by configuration on Web UI.
- <img width="75%" alt="code_downlaod_run" src="https://user-images.githubusercontent.com/414255/48542025-6bf11180-e901-11e8-96d9-5f1efb88511d.png">
Improvements
- Download log chart image with legend (192)
- <img width="75%" alt="png_download" src="https://user-images.githubusercontent.com/414255/48592210-a357d080-e98a-11e8-9d2c-a8c3561cfc78.png">
- Fix output messages from `chainerui` CLI (185)
Bug fixes and refactoring
- Update lower bound of dependent modules (177)
- Drop `--fix` option on eslint, eslint check is in CI (162, 189)
- Drop `CHAINERUI_ENV` environment variable
- Introduce `--db-echo` option on `chainerui` CLI, instead of `CHAINERUI_ENV=development` (191)
- On test, `CHAINERUI_ENV=test` parameter is unnecessary, run only with `pytest` (193, 208)
- Restore metric tooltip on log chart (205)