aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tensorboard/components/tf-dashboard-common/dashboard-style.html
Commit message (Collapse)AuthorAge
* TensorBoard: Rename components to have underscoresGravatar Justine Tunney2016-10-19
| | | | | | Many languages, e.g. JS, proto, etc. don't support having hyphens in package names. Change: 136565198
* Refactor the sidebar to a single codebaseGravatar Renato Utsch2016-08-31
| | | | | | With this, the next step is to integrate it to the tf-pane-helper automatically, so that creating new dashboards becomes quick and easy. Change: 131893958
* Refactor the panes to a single codebaseGravatar Renato Utsch2016-08-26
| | | | | | | | | Now all the dashboards can use a single tf-pane-container element instead of each building their own panes. This can be reused on the future on the other tabs, for example the images and audio tabs. This refactor also fixes b/30786251. Change: 131464233
* Make the logplot button hover instead of changeGravatar Renato Utsch2016-08-26
| | | | | | | | This makes it easier to identify if the axis is currently using log scale or not. Also, the button padding was reduced to stop conflicting with the charts and the tf-downloader was made smaller to fit the buttons properly. Change: 131450589
* Merge changes from github.Gravatar A. Unique TensorFlower2016-08-26
| | | | Change: 131437429
* Add copyright headers to TensorBoardGravatar Justine Tunney2016-08-24
| | | | | | All HTML comments have been updated to have the same year so vulcanizer compresses them down to just one comment in the production HTML. Change: 131229494
* Add sorting method for tooltipGravatar Renato Utsch2016-08-17
| | | | Change: 130543269
* Integrate vz-histogram-timeseries into tensorboard.Gravatar Renato Utsch2016-08-10
| | | | Change: 129907147
* Put the expand and the download buttons a little bit lower so that they don'tGravatar Renato Utsch2016-07-27
| | | | | overlap with the chart's they're related to. Change: 128650899
* Removing some visual clutter in order to give more focus to the chartsGravatar A. Unique TensorFlower2015-12-18
| | | | Change: 110567689
* Cleaning up the design of the sidebar.Gravatar A. Unique TensorFlower2015-12-17
| | | | Change: 110462065
* Change: 110417819Gravatar Dan Smilkov2015-12-17
|
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06
TensorFlow is an open source software library for numerical computation using data flow graphs. Base CL: 107276108