* Add compare studies
* Able to select multiple studies
Save
Save
* Able to plot multiple studies
* Remove warning
* Add toolbar
Save
* Fix setStudyDetailState
* Devide the file
* Add best lines
* Add x-axis, y-axis and pruned button
* Use compare icon
* Rename StudiesDetail to CompareStudies
* Stop useless server access
* Add edf plot
* Use filterTrials
* Fix legend
* Add object id to history plot
* Remove errors
* Add study information to list
* Disable studies
* Only enable onClick for the same n_obj
* Add link to home
* Unify GraphEdf
* Unify GraphHistory
* Change that one of studies is always selected and show an error message when a study can not be added
* Rebase against main
* Update optuna_dashboard/ts/components/CompareStudies.tsx
Co-authored-by: Hiroyuki Vincent Yamazaki <hiroyuki.vincent.yamazaki@gmail.com>
* Show the first study if query is not specified
* Revert TrialList change
* Change query paraater from numbers to ids
* Align the implementation with TrialList
* Unified implementation of useFilteredTrials and useFilteredTrialsFromStudies
* Use useMemo to get rid of unnecessary API requests
* Only enable onClick for the same directions
* Follow review comments
* Follow review comments
* Follow review comments
* Follow review comments
* Fix integration test
* Separate the implementation of edf and history for multi studies
* Revert GraphEdf and GraphEdfBeta
* Revert GraphHistory
* Follow review comments
* Follow review comments
---------
Co-authored-by: Hiroyuki Vincent Yamazaki <hiroyuki.vincent.yamazaki@gmail.com>