Commit a737f68
authored
chore: Add buffer as a chart dependency (#1899)
This adds an explicit dependency to `buffer` to `@deephaven/chart` which
we currently get implicitly from `browserify` in `golden-layout`.
`plotly.js` depends on `typedarray-pool` which depends on `buffer`, but
doesn't list it.
I opened a PR with `typedarray-pool`, but doesn't seem it's an active
repo any more. mikolalysenko/typedarray-pool#11
The docs uses webpack 5 w/ docusaurus and I added `buffer` when adding
chart support, so this should be all that's needed.
deephaven/deephaven.io@6a8bcf2#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d5191 parent b49b506 commit a737f68
2 files changed
Lines changed: 38 additions & 3 deletions
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 | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
0 commit comments