111 Commits
Author SHA1 Message Date
wassname 3100f9ac42 issue #977 [object Object] in slice xaxis 2024-10-06 14:15:43 +08:00
porink0424 2045fee704 Add "Check All" toggle button 2024-10-02 13:56:07 +09:00
c-bata 61a0f671b2 Merge pull request #974 from porink0424/fix/mui-upgrade-to-v6
Upgrade MUI to v6
2024-10-02 11:18:04 +09:00
hrntsm 4e72c5198e Add Hovertext to history 2024-09-26 21:28:09 +09:00
porink0424 a686bac919 Upgrade mui to v6 2024-09-25 18:48:04 +09:00
dependabot[bot] 1bb2d03626 Bump rollup from 4.21.3 to 4.22.4 in /tslib/react
Bumps [rollup](https://github.com/rollup/rollup) from 4.21.3 to 4.22.4.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.21.3...v4.22.4)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-24 04:53:27 +00:00
dependabot[bot] 9968ab2700 Bump send and express in /tslib/react
Bumps [send](https://github.com/pillarjs/send) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.

Updates `send` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/pillarjs/send/releases)
- [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md)
- [Commits](https://github.com/pillarjs/send/compare/0.18.0...0.19.0)

Updates `express` from 4.20.0 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.20.0...4.21.0)

---
updated-dependencies:
- dependency-name: send
  dependency-type: indirect
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-18 01:09:41 +00:00
dependabot[bot] 5ae3c2b7ca Bump vite from 5.3.0 to 5.4.6 in /tslib/react
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.3.0 to 5.4.6.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.6/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.6/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-17 19:29:31 +00:00
c-bata 3ee07f3204 Run npm audit fix on @optuna/react 2024-09-11 16:40:21 +09:00
Daichi Kato 7d6b619212 Merge pull request #928 from keisuke-umezawa/feature/tslib-plothistory
Use tslib's PlotHistory in optuna-dashboard
2024-09-11 10:54:11 +09:00
keisuke-umezawa de2efee490 Implement a link for each trial 2024-09-03 15:14:45 +09:00
porink0424 6347ef8bd3 Merge branch 'main' of github.com:porink0424/optuna-dashboard into followup/feature/tslib-trialtable 2024-08-23 12:49:26 +09:00
keisuke-umezawa 8bba0d2f70 Fix typo 2024-08-21 13:37:20 +09:00
keisuke-umezawa 6498a55f01 Add includePruned as optional 2024-08-20 23:48:46 +09:00
keisuke-umezawa 947c5bb762 Add logScale as optional 2024-08-20 23:33:17 +09:00
keisuke-umezawa c1802ae6c2 Apply PlotHistory to standalone 2024-08-20 22:51:12 +09:00
keisuke-umezawa 270c406425 Add plotly color theme to PlotImportance 2024-08-20 22:51:12 +09:00
keisuke-umezawa 2d74da3ab4 Save 2024-08-20 22:51:12 +09:00
c-bata c2bee72b1f Use page.wait_for_selector to fix e2e tests 2024-08-20 09:13:14 +09:00
c-bata 3292b06484 Port some e2e test scenarios to vitest 2024-08-20 09:13:14 +09:00
c-bata 03360d86f0 Add a todo comment 2024-08-19 23:02:05 +09:00
c-bata 2682ee93c6 Catch error inside parallel coordinate plot 2024-08-19 22:47:30 +09:00
c-bata 37ac0ba4f0 Move ParallelCoordinate to tslib/react 2024-08-19 20:51:52 +09:00
c-bata 8e0395339f Remove TrialTableDark.stories.tsx 2024-08-19 09:37:05 +09:00
c-bata e6f3144066 Fix tslib/react/tsconfig.json 2024-08-19 09:32:11 +09:00
c-bata 59f8f9a5bc Remove PlotSliceDark.stories.tsx 2024-08-17 09:46:06 +09:00
c-bata 46120af4ce Remove PlotIntermediateValuesDark.stories.tsx 2024-08-17 09:45:53 +09:00
c-bata cd31b818c0 Remove PlotImportanceDark.stories.tsx 2024-08-17 09:43:09 +09:00
c-bata 1ca00b2486 Remove PlotHistoryDark.stories.tsx 2024-08-17 09:37:32 +09:00
c-bata 0a0f1ec05f Cutomize storybook docs 2024-08-17 09:33:54 +09:00
c-bata 52076589dd Remove PlotEdfDark.stories.tsx 2024-08-16 22:56:15 +09:00
c-bata c756274270 Fix storybook error 2024-08-16 22:55:57 +09:00
keisuke-umezawa 80d45a4751 Move link component into tslib 2024-08-12 16:33:53 +09:00
keisuke-umezawa 2aa926e852 Add detail button as optional 2024-08-12 15:20:54 +09:00
keisuke-umezawa 2e0b529e85 Fill the gap between tslib and dashboard 2024-08-12 15:20:54 +09:00
keisuke-umezawa 1318b52f74 Add plotly color theme to PlotIntermediate 2024-08-10 14:11:05 +09:00
keisuke-umezawa 89c87c14c6 Add plotly color theme to PlotSlice 2024-08-10 14:05:15 +09:00
keisuke-umezawa f859230bed Add plotly color theme to PlotImportance 2024-08-10 13:50:45 +09:00
porink0424 6ebdf99417 Fixed the issue where false was unintentionally changed to null 2024-08-09 12:11:53 +09:00
c-bata 91faf1b33d Remoev @optuna/storage dependency from @optuna/react 2024-08-07 19:40:12 +09:00
c-bata abe7c39839 Remove recoil dependency from @optuna/storage 2024-08-07 19:26:39 +09:00
keisuke-umezawa 9e7722f84f Add plotly color theme to GraphEdf 2024-08-04 17:52:04 +09:00
Daichi Kato 249906e9e5 Merge pull request #899 from keisuke-umezawa/feature/use-tslib-plotimportance
Use tslib PlotImportance in optuna-dashboard
2024-07-19 10:48:11 +09:00
Daichi Kato f699d99313 Merge pull request #900 from keisuke-umezawa/feature/use-tslib-plotintermediatevalue
Use tslib's PlotIntermediateValue in optuna-dashboard
2024-07-19 10:46:45 +09:00
keisuke-umezawa 5a60e18954 Follow review comments 2024-07-18 16:56:40 +09:00
keisuke-umezawa 3e353e6ef3 Follow review comments 2024-07-18 16:14:04 +09:00
keisuke-umezawa 28dde7fd42 Use tslib PlotImportance in optuna-dashboard 2024-07-07 15:40:11 +09:00
keisuke-umezawa 74c1133877 Fix import error of mui icons 2024-07-07 14:10:50 +09:00
porink0424 a2ef1ca666 Remove exports of getPlotDomId functions 2024-06-26 11:48:35 +09:00
porink0424 41e6c8c01f Apply formatter 2024-06-21 18:59:47 +09:00