Commit b5475df
fix: use namespace imports for CJS deps, inline \
CJS dependencies imported with `import X from '...'` fail in Vite dev
mode (no default export). Changed ~120 imports across ~95 files to use
`import * as X from '...'` for CJS packages.
Inlined `has-hover` (5-line package, unmaintained since 2016) to avoid
its `global` reference that breaks in browsers.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>has-hover\
1 parent d6fa2e0 commit b5475df
File tree
173 files changed
+275
-218
lines changed- specs/done
- src
- components
- annotations
- calendars
- colorbar
- colorscale
- color
- dragelement
- drawing
- errorbars
- fx
- images
- legend
- modebar
- rangeselector
- rangeslider
- selections
- shapes
- draw_newshape
- sliders
- titles
- lib
- plot_api
- plots
- cartesian
- geo
- gl3d
- layout
- mapbox
- map
- polar
- ternary
- snapshot
- traces
- barpolar
- bar
- box
- carpet
- choroplethmapbox
- choroplethmap
- choropleth
- contourcarpet
- contour
- densitymapbox
- densitymap
- funnelarea
- funnel
- heatmap
- histogram
- icicle
- image
- indicator
- ohlc
- parcats
- parcoords
- pie
- sankey
- scattercarpet
- scattergeo
- scattergl
- scattermapbox
- scattermap
- scatterpolargl
- scatterpolar
- scattersmith
- scatterternary
- scatter
- splom
- sunburst
- table
- treemap
- violin
- waterfall
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
173 files changed
+275
-218
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments