Commit ab23975
Replace
- Remove `react-plotly.js` and `@types/react-plotly.js` dependencies
- Use pltly's `Plot` component (calls `Plotly.react()` directly)
- Bump `pltly` to `8ca11d0` (adds `onRelayout`/`onDoubleClick`/`onAfterPlot`
callbacks, `Data[]` prop type, `plotly.js-dist-min` default loader)
- Bump `@types/plotly.js` to 3.0.10 to match pltly
- Switch `use-kbd` from GitHub dist to npm `^0.12.0`
- Fix stddev bands not showing when smoothing is active on raw data
(`isRawData` guard now allows bands when `hasSmoothing`)
- Plotly is now code-split into its own chunk via dynamic import
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>react-plotly.js with pltly's Plot, fix stddev bands with smoothing1 parent 866a53d commit ab23975
File tree
4 files changed
+31
-65
lines changed- www
- src/components
4 files changed
+31
-65
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | 38 | | |
40 | 39 | | |
41 | | - | |
| 40 | + | |
42 | 41 | | |
43 | 42 | | |
44 | 43 | | |
| |||
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
51 | | - | |
| 50 | + | |
52 | 51 | | |
53 | 52 | | |
54 | | - | |
55 | 53 | | |
56 | 54 | | |
57 | 55 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
806 | 805 | | |
807 | 806 | | |
808 | 807 | | |
809 | | - | |
| 808 | + | |
810 | 809 | | |
811 | 810 | | |
812 | 811 | | |
| |||
985 | 984 | | |
986 | 985 | | |
987 | 986 | | |
988 | | - | |
989 | 987 | | |
990 | 988 | | |
991 | 989 | | |
992 | 990 | | |
993 | | - | |
994 | | - | |
995 | 991 | | |
996 | 992 | | |
997 | 993 | | |
998 | | - | |
999 | | - | |
1000 | 994 | | |
1001 | 995 | | |
1002 | 996 | | |
| |||
1008 | 1002 | | |
1009 | 1003 | | |
1010 | 1004 | | |
1011 | | - | |
1012 | 1005 | | |
1013 | 1006 | | |
1014 | 1007 | | |
1015 | 1008 | | |
1016 | 1009 | | |
1017 | | - | |
1018 | | - | |
1019 | 1010 | | |
1020 | 1011 | | |
1021 | 1012 | | |
| |||
1025 | 1016 | | |
1026 | 1017 | | |
1027 | 1018 | | |
1028 | | - | |
1029 | 1019 | | |
1030 | | - | |
| 1020 | + | |
1031 | 1021 | | |
1032 | 1022 | | |
1033 | 1023 | | |
| |||
1041 | 1031 | | |
1042 | 1032 | | |
1043 | 1033 | | |
1044 | | - | |
| 1034 | + | |
1045 | 1035 | | |
1046 | 1036 | | |
1047 | 1037 | | |
| |||
1060 | 1050 | | |
1061 | 1051 | | |
1062 | 1052 | | |
1063 | | - | |
| 1053 | + | |
| 1054 | + | |
| 1055 | + | |
| 1056 | + | |
| 1057 | + | |
1064 | 1058 | | |
1065 | 1059 | | |
| 1060 | + | |
| 1061 | + | |
| 1062 | + | |
| 1063 | + | |
1066 | 1064 | | |
1067 | | - | |
1068 | 1065 | | |
1069 | | - | |
1070 | 1066 | | |
1071 | 1067 | | |
1072 | 1068 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
0 commit comments