@deephaven/js-plugin-plotly-express 0.3.1-docs-snapshots.24 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/PlotlyExpressChartModel.d.ts +6 -0
- package/dist/PlotlyExpressChartModel.d.ts.map +1 -1
- package/dist/PlotlyExpressChartModel.js +22 -0
- package/dist/PlotlyExpressChartModel.js.map +1 -1
- package/dist/PlotlyExpressChartPanel.d.ts.map +1 -1
- package/dist/PlotlyExpressChartPanel.js +37 -3
- package/dist/PlotlyExpressChartPanel.js.map +1 -1
- package/dist/PlotlyExpressChartUtils.d.ts +1 -0
- package/dist/PlotlyExpressChartUtils.d.ts.map +1 -1
- package/dist/PlotlyExpressChartUtils.js.map +1 -1
- package/dist/bundle/index.js +37795 -36612
- package/dist/bundle/style.css +74 -74
- package/package.json +10 -10
package/dist/bundle/style.css
CHANGED
|
@@ -608,80 +608,6 @@ body:not(.lm_dragging) .lm_header .lm_tab .lm_close_tab:hover {
|
|
|
608
608
|
}
|
|
609
609
|
|
|
610
610
|
/*# sourceMappingURL=Dashboard.css.map */
|
|
611
|
-
/* stylelint-disable */
|
|
612
|
-
/* stylelint-disable scss/at-import-no-partial-leading-underscore */
|
|
613
|
-
|
|
614
|
-
/*# sourceMappingURL=ChartTheme.module.css.map *//* stylelint-disable scss/at-import-no-partial-leading-underscore */
|
|
615
|
-
.plotly-notifier {
|
|
616
|
-
margin-right: 15px;
|
|
617
|
-
}
|
|
618
|
-
|
|
619
|
-
.plotly-notifier .notifier-note {
|
|
620
|
-
color: #f0f0ee !important;
|
|
621
|
-
border: 0 !important;
|
|
622
|
-
border-radius: 2px !important;
|
|
623
|
-
background: #555356 !important;
|
|
624
|
-
overflow-wrap: normal !important;
|
|
625
|
-
hyphens: unset !important;
|
|
626
|
-
margin-bottom: 0.5rem !important;
|
|
627
|
-
box-shadow: 0 0.1rem 1rem rgba(26, 23, 26, 0.45) !important;
|
|
628
|
-
}
|
|
629
|
-
|
|
630
|
-
.plotly-notifier .notifier-close {
|
|
631
|
-
color: #929192 !important;
|
|
632
|
-
transition: all 0.2s ease-in-out !important;
|
|
633
|
-
}
|
|
634
|
-
.plotly-notifier .notifier-close:hover {
|
|
635
|
-
color: #f0f0ee !important;
|
|
636
|
-
}
|
|
637
|
-
|
|
638
|
-
.chart-wrapper {
|
|
639
|
-
background: #2d2a2e;
|
|
640
|
-
}
|
|
641
|
-
.chart-wrapper .plot-container .cartesianlayer text {
|
|
642
|
-
user-select: none;
|
|
643
|
-
}
|
|
644
|
-
.chart-wrapper .plot-container .hovertext path,
|
|
645
|
-
.chart-wrapper .plot-container .axistext path {
|
|
646
|
-
stroke: none !important;
|
|
647
|
-
}
|
|
648
|
-
.chart-wrapper .plot-container .axistext path {
|
|
649
|
-
fill: #555356 !important;
|
|
650
|
-
box-shadow: 4px 4px #1a171a;
|
|
651
|
-
}
|
|
652
|
-
.chart-wrapper .plot-container .zoomlayer .zoombox {
|
|
653
|
-
fill: rgba(0, 0, 0, 0.5) !important;
|
|
654
|
-
}
|
|
655
|
-
.chart-wrapper .plot-container .zoomlayer .zoombox-corners {
|
|
656
|
-
fill: #f0f0ee;
|
|
657
|
-
stroke: #211f22;
|
|
658
|
-
}
|
|
659
|
-
.chart-wrapper .js-plotly-plot .plotly [data-title]::before {
|
|
660
|
-
border-color: transparent transparent #403e41;
|
|
661
|
-
z-index: 1002;
|
|
662
|
-
}
|
|
663
|
-
.chart-wrapper .js-plotly-plot .plotly [data-title]::after {
|
|
664
|
-
border-radius: 4px;
|
|
665
|
-
background: #403e41;
|
|
666
|
-
color: #f0f0ee;
|
|
667
|
-
padding: 0.25rem 0.5rem;
|
|
668
|
-
box-shadow: 0 0.1rem 1.5rem 0.1rem rgba(26, 23, 26, 0.8);
|
|
669
|
-
z-index: 1001;
|
|
670
|
-
}
|
|
671
|
-
.chart-wrapper .js-plotly-plot .plotly .modebar {
|
|
672
|
-
z-index: auto;
|
|
673
|
-
}
|
|
674
|
-
.chart-wrapper .js-plotly-plot .plotly .modebar .modebar-btn[data-attr=animation-spin] svg {
|
|
675
|
-
animation: fa-spin 2s infinite linear;
|
|
676
|
-
}
|
|
677
|
-
.chart-wrapper .js-plotly-plot .plotly .modebar .modebar-btn[data-attr=fill-active] svg path {
|
|
678
|
-
fill: rgba(255, 255, 255, 0.7) !important;
|
|
679
|
-
}
|
|
680
|
-
.chart-wrapper .js-plotly-plot .plotly .modebar .modebar-btn[data-attr=fill-warning] svg path {
|
|
681
|
-
fill: #f37e3f !important;
|
|
682
|
-
}
|
|
683
|
-
|
|
684
|
-
/*# sourceMappingURL=Chart.css.map */
|
|
685
611
|
._lm_dragging_1q18t_1{overflow:hidden;pointer-events:none}._lm_dragging_1q18t_1 ._lm_goldenlayout_1q18t_1 ._lm_header_1q18t_1{pointer-events:auto}._lm_dragging_1q18t_1 ._lm_goldenlayout_1q18t_1 ._lm_header_1q18t_1 ._lm_controls_1q18t_1>li{pointer-events:none}._lm_dragging_1q18t_1 ._lm_goldenlayout_1q18t_1 ._lm_header_1q18t_1 ._lm_controls_1q18t_1>li._lm_tabpreviousbutton_1q18t_1,._lm_dragging_1q18t_1 ._lm_goldenlayout_1q18t_1 ._lm_header_1q18t_1 ._lm_controls_1q18t_1>li._lm_tabnextbutton_1q18t_1{pointer-events:auto}body:not(._lm_dragging_1q18t_1) ._lm_header_1q18t_1 ._lm_tab_1q18t_1:not(._lm_active_1q18t_1):hover{color:#c0bfbf}._lm_header_1q18t_1 ._lm_tab_1q18t_1._lm_active_1q18t_1 ._lm_close_tab_1q18t_1{background-color:#2d2a2e}body:not(._lm_dragging_1q18t_1) ._lm_header_1q18t_1 ._lm_tab_1q18t_1:hover ._lm_close_tab_1q18t_1{background-color:#929192}body:not(._lm_dragging_1q18t_1) ._lm_header_1q18t_1 ._lm_tab_1q18t_1 ._lm_close_tab_1q18t_1:hover{background-color:#fcfcfa}._lm_goldenlayout_1q18t_1{background:#1a171a;position:absolute}._lm_content_1q18t_1{background:#2d2a2e;overflow:visible}._lm_dragProxy_1q18t_1 ._lm_content_1q18t_1{height:100%;width:100%;box-shadow:0 .1rem 1rem rgba(26,23,26,.45)}._lm_dragProxy_1q18t_1 ._lm_header_1q18t_1{height:28px;box-shadow:none}._lm_dragProxy_1q18t_1 ._lm_header_1q18t_1 ._lm_tab_1q18t_1,._lm_dragProxy_1q18t_1 ._lm_header_1q18t_1 ._lm_tab_1q18t_1._lm_active_1q18t_1{border:0;box-shadow:0 .1rem 1rem rgba(26,23,26,.45)}._lm_dropTargetIndicator_1q18t_1{background-image:linear-gradient(to right, #1a171a 50%, #f0f0ee 50%),linear-gradient(to right, #1a171a 50%, #f0f0ee 50%),linear-gradient(to bottom, #1a171a 50%, #f0f0ee 50%),linear-gradient(to bottom, #1a171a 50%, #f0f0ee 50%);background-size:8px 1px,8px 1px,1px 8px,1px 8px;background-position:0 top,0 bottom,left 0,right 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;animation:_march_1q18t_1 .5s;animation-timing-function:linear;animation-iteration-count:infinite;box-sizing:border-box;transition:all .2s ease}._lm_dropTargetIndicator_1q18t_1 ._lm_inner_1q18t_1{box-sizing:border-box;border:1px solid transparent;box-shadow:inset 0 0 1rem 1px rgba(0,0,0,.45);opacity:1;background:rgba(72,120,234,.1)}._lm_splitter_1q18t_1{background:#929192;opacity:.001;transition:opacity .15s ease}._lm_splitter_1q18t_1:hover,._lm_splitter_1q18t_1._lm_dragging_1q18t_1{background:#c0bfbf;opacity:1}._lm_header_1q18t_1{box-sizing:content-box;height:28px;padding-top:0;background:#201e21;box-shadow:inset 0 -1px 0 0 #1a171a;user-select:none}._lm_header_1q18t_1 ._lm_controls_1q18t_1>li{height:100%;width:24px}._lm_header_1q18t_1._lm_selectable_1q18t_1{cursor:pointer}._lm_header_1q18t_1 ._lm_tab_1q18t_1,._lm_tabdropdown_list_1q18t_1 ._lm_tab_1q18t_1{display:flex;align-items:center;font-family:"Fira Sans",-apple-system,blinkmacsystemfont,"Segoe UI","Roboto","Helvetica Neue",arial,sans-serif;background-color:#242125;color:#929192;height:28px;font-size:12px;min-width:5rem;margin:0;padding:0 .25rem 0 .5rem;box-shadow:inset -1px -1px 0 0 #1a171a;transition:color .15s,background-color .15s;max-width:12rem;white-space:nowrap;overflow:hidden}._lm_header_1q18t_1 ._lm_tab_1q18t_1 ._lm_title_1q18t_1,._lm_tabdropdown_list_1q18t_1 ._lm_tab_1q18t_1 ._lm_title_1q18t_1{flex-grow:1;padding-right:.25rem}._lm_header_1q18t_1 ._lm_tab_1q18t_1 ._lm_title_before_1q18t_1,._lm_tabdropdown_list_1q18t_1 ._lm_tab_1q18t_1 ._lm_title_before_1q18t_1{display:flex;align-items:center}._lm_header_1q18t_1 ._lm_tab_1q18t_1 ._lm_close_tab_1q18t_1,._lm_tabdropdown_list_1q18t_1 ._lm_tab_1q18t_1 ._lm_close_tab_1q18t_1{cursor:pointer;position:relative;width:8px;height:8px;padding:4px;margin-left:-0.25rem;background-color:#242125;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z'/%3E%3C/svg%3E");mask-position:center center;mask-repeat:no-repeat;mask-size:8px;opacity:1;transition:background-color .15s}._lm_header_1q18t_1 ._lm_tab_1q18t_1 ._lm_close_tab_1q18t_1:hover,._lm_tabdropdown_list_1q18t_1 ._lm_tab_1q18t_1 ._lm_close_tab_1q18t_1:hover{opacity:1}._lm_selected_1q18t_1 ._lm_header_1q18t_1{background-color:#2d2a2e}._lm_header_1q18t_1 ._lm_tab_1q18t_1._lm_active_1q18t_1,._lm_header_1q18t_1 ._lm_tab_1q18t_1._lm_active_1q18t_1:hover{height:28px;background-color:#2d2a2e;color:#f0f0ee;padding-bottom:0;box-shadow:inset -1px 0 0 0 #1a171a}._lm_header_1q18t_1 ._lm_tab_1q18t_1._lm_active_1q18t_1._lm_focusin_1q18t_1,._lm_header_1q18t_1 ._lm_tab_1q18t_1._lm_active_1q18t_1:hover._lm_focusin_1q18t_1{box-shadow:inset 0 1px #4878ea,inset -1px 0 0 0 #1a171a}._lm_window_blur_1q18t_1 ._lm_header_1q18t_1 ._lm_tab_1q18t_1._lm_active_1q18t_1._lm_focusin_1q18t_1{box-shadow:none}._lm_controls_1q18t_1>li{position:relative;background-position:center center;background-repeat:no-repeat;opacity:.4;transition:opacity 300ms ease}._lm_controls_1q18t_1>li:hover{opacity:1}._lm_controls_1q18t_1 ._lm_popout_1q18t_1{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAPklEQVR4nI2Q0QoAIAwCNfr/X7aXCpGN8snBdgejJOzckpkxs9jR6K6T5JpU0nWl5pSXTk7qwh8SnNT+CAAWCgkKFpuSWsUAAAAASUVORK5CYII=)}._lm_controls_1q18t_1 ._lm_maximise_1q18t_1{background-size:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23f0f0ee' d='M3 3v10h10V3H3zm9 9H4V4h8v8z'/%3E%3C/svg%3E")}._lm_controls_1q18t_1 ._lm_tabdropdown_1q18t_1{background-size:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23f0f0ee' d='M7.976 10.072l4.357-4.357.62.618L8.284 11h-.618L3 6.333l.619-.618 4.357 4.357z'/%3E%3C/svg%3E")}._lm_controls_1q18t_1 ._lm_close_1q18t_1{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAQUlEQVR4nHXOQQ4AMAgCQeT/f6aXpsGK3jSTuCVJAAr7iBdoAwCKd0nwfaAdHbYERw5b44+E8JoBjEYGMBq5gAYP3usUDu2IvoUAAAAASUVORK5CYII=)}._lm_controls_1q18t_1 ._lm_tabnextbutton_1q18t_1{background-size:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23f0f0ee' d='M10.072 8.024L5.715 3.667l.618-.62L11 7.716v.618L6.333 13l-.618-.619 4.357-4.357z'/%3E%3C/svg%3E")}._lm_controls_1q18t_1 ._lm_tabpreviousbutton_1q18t_1{background-size:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23f0f0ee' d='M5.928 7.976l4.357 4.357-.618.62L5 8.284v-.618L9.667 3l.618.619-4.357 4.357z'/%3E%3C/svg%3E")}._lm_tabdropdown_list_1q18t_1{z-index:1000;background:#242125;box-shadow:0 .1rem 1rem rgba(0,0,0,.45);border-radius:4px;max-width:12rem;margin:0;padding:0;list-style-type:none}._lm_tabdropdown_list_1q18t_1 ._lm_tabdropdown_search_1q18t_1{padding:.25rem}._lm_tabdropdown_list_1q18t_1 ._lm_tabdropdown_search_1q18t_1 input{padding:.375rem .75rem;line-height:1.5;color:#f0f0ee;background-color:#555356;border:1px solid #929192;border-radius:4px;max-width:100%}._lm_tabdropdown_list_1q18t_1 ._lm_tabdropdown_search_1q18t_1 input::placeholder{color:#929192;opacity:1}._lm_tabdropdown_list_1q18t_1 ._lm_tabdropdown_search_1q18t_1 input:focus{border-color:rgba(72,120,234,.85);box-shadow:0 0 0 .2rem rgba(72,120,234,.35);outline:0}._lm_tabdropdown_list_1q18t_1 ._lm_tabs_1q18t_1{padding:0}._lm_tabdropdown_list_1q18t_1 ._lm_tab_1q18t_1{background:#242125;color:#c0bfbf;box-shadow:none}._lm_tabdropdown_list_1q18t_1 ._lm_tab_1q18t_1._lm_keyboard_active_1q18t_1{color:#c0bfbf;background-color:#343e5d}._lm_tabdropdown_list_1q18t_1 ._lm_tab_1q18t_1:hover{color:#f0f0ee;background-color:#4878ea}._lm_maximised_1q18t_1{border:15px solid rgba(26,23,26,.85);height:100% !important;width:100% !important}._lm_maximised_1q18t_1 ._lm_items_1q18t_1{box-shadow:0 .1rem 1rem rgba(0,0,0,.45)}._lm_maximised_1q18t_1 ._lm_controls_1q18t_1 ._lm_maximise_1q18t_1{opacity:.7;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23fcfcfa' d='M14 8v1H3V8h11z'/%3E%3C/svg%3E")}._lm_maximised_1q18t_1 ._lm_controls_1q18t_1 ._lm_maximise_1q18t_1:hover{opacity:1}._lm_tabs_1q18t_1:empty+._lm_controls_1q18t_1 ._lm_maximise_1q18t_1{display:none}
|
|
686
612
|
|
|
687
613
|
/*# sourceMappingURL=GoldenLayout.module.css.map *//* stylelint-disable scss/at-import-no-partial-leading-underscore */
|
|
@@ -1734,6 +1660,80 @@ body:not(.lm_dragging) .lm_header .lm_tab .lm_close_tab:hover {
|
|
|
1734
1660
|
}
|
|
1735
1661
|
|
|
1736
1662
|
/*# sourceMappingURL=Dashboard.css.map */
|
|
1663
|
+
/* stylelint-disable */
|
|
1664
|
+
/* stylelint-disable scss/at-import-no-partial-leading-underscore */
|
|
1665
|
+
|
|
1666
|
+
/*# sourceMappingURL=ChartTheme.module.css.map *//* stylelint-disable scss/at-import-no-partial-leading-underscore */
|
|
1667
|
+
.plotly-notifier {
|
|
1668
|
+
margin-right: 15px;
|
|
1669
|
+
}
|
|
1670
|
+
|
|
1671
|
+
.plotly-notifier .notifier-note {
|
|
1672
|
+
color: #f0f0ee !important;
|
|
1673
|
+
border: 0 !important;
|
|
1674
|
+
border-radius: 2px !important;
|
|
1675
|
+
background: #555356 !important;
|
|
1676
|
+
overflow-wrap: normal !important;
|
|
1677
|
+
hyphens: unset !important;
|
|
1678
|
+
margin-bottom: 0.5rem !important;
|
|
1679
|
+
box-shadow: 0 0.1rem 1rem rgba(26, 23, 26, 0.45) !important;
|
|
1680
|
+
}
|
|
1681
|
+
|
|
1682
|
+
.plotly-notifier .notifier-close {
|
|
1683
|
+
color: #929192 !important;
|
|
1684
|
+
transition: all 0.2s ease-in-out !important;
|
|
1685
|
+
}
|
|
1686
|
+
.plotly-notifier .notifier-close:hover {
|
|
1687
|
+
color: #f0f0ee !important;
|
|
1688
|
+
}
|
|
1689
|
+
|
|
1690
|
+
.chart-wrapper {
|
|
1691
|
+
background: #2d2a2e;
|
|
1692
|
+
}
|
|
1693
|
+
.chart-wrapper .plot-container .cartesianlayer text {
|
|
1694
|
+
user-select: none;
|
|
1695
|
+
}
|
|
1696
|
+
.chart-wrapper .plot-container .hovertext path,
|
|
1697
|
+
.chart-wrapper .plot-container .axistext path {
|
|
1698
|
+
stroke: none !important;
|
|
1699
|
+
}
|
|
1700
|
+
.chart-wrapper .plot-container .axistext path {
|
|
1701
|
+
fill: #555356 !important;
|
|
1702
|
+
box-shadow: 4px 4px #1a171a;
|
|
1703
|
+
}
|
|
1704
|
+
.chart-wrapper .plot-container .zoomlayer .zoombox {
|
|
1705
|
+
fill: rgba(0, 0, 0, 0.5) !important;
|
|
1706
|
+
}
|
|
1707
|
+
.chart-wrapper .plot-container .zoomlayer .zoombox-corners {
|
|
1708
|
+
fill: #f0f0ee;
|
|
1709
|
+
stroke: #211f22;
|
|
1710
|
+
}
|
|
1711
|
+
.chart-wrapper .js-plotly-plot .plotly [data-title]::before {
|
|
1712
|
+
border-color: transparent transparent #403e41;
|
|
1713
|
+
z-index: 1002;
|
|
1714
|
+
}
|
|
1715
|
+
.chart-wrapper .js-plotly-plot .plotly [data-title]::after {
|
|
1716
|
+
border-radius: 4px;
|
|
1717
|
+
background: #403e41;
|
|
1718
|
+
color: #f0f0ee;
|
|
1719
|
+
padding: 0.25rem 0.5rem;
|
|
1720
|
+
box-shadow: 0 0.1rem 1.5rem 0.1rem rgba(26, 23, 26, 0.8);
|
|
1721
|
+
z-index: 1001;
|
|
1722
|
+
}
|
|
1723
|
+
.chart-wrapper .js-plotly-plot .plotly .modebar {
|
|
1724
|
+
z-index: auto;
|
|
1725
|
+
}
|
|
1726
|
+
.chart-wrapper .js-plotly-plot .plotly .modebar .modebar-btn[data-attr=animation-spin] svg {
|
|
1727
|
+
animation: fa-spin 2s infinite linear;
|
|
1728
|
+
}
|
|
1729
|
+
.chart-wrapper .js-plotly-plot .plotly .modebar .modebar-btn[data-attr=fill-active] svg path {
|
|
1730
|
+
fill: rgba(255, 255, 255, 0.7) !important;
|
|
1731
|
+
}
|
|
1732
|
+
.chart-wrapper .js-plotly-plot .plotly .modebar .modebar-btn[data-attr=fill-warning] svg path {
|
|
1733
|
+
fill: #f37e3f !important;
|
|
1734
|
+
}
|
|
1735
|
+
|
|
1736
|
+
/*# sourceMappingURL=Chart.css.map */
|
|
1737
1737
|
/* stylelint-disable scss/at-import-no-partial-leading-underscore */
|
|
1738
1738
|
.tab-tooltip-grid-container {
|
|
1739
1739
|
display: grid;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deephaven/js-plugin-plotly-express",
|
|
3
|
-
"version": "0.3.1
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "Deephaven plotly express plugin",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Deephaven",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"build": "tsc && vite build"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@deephaven/jsapi-types": "0.
|
|
38
|
+
"@deephaven/jsapi-types": "0.48.0",
|
|
39
39
|
"@types/deep-equal": "^1.0.1",
|
|
40
40
|
"@types/plotly.js": "^2.12.18",
|
|
41
41
|
"@types/plotly.js-dist-min": "^2.3.1",
|
|
@@ -50,13 +50,13 @@
|
|
|
50
50
|
"react": "^17.0.2"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@deephaven/chart": "0.
|
|
54
|
-
"@deephaven/components": "0.
|
|
55
|
-
"@deephaven/dashboard": "0.
|
|
56
|
-
"@deephaven/dashboard-core-plugins": "0.
|
|
57
|
-
"@deephaven/jsapi-bootstrap": "0.
|
|
58
|
-
"@deephaven/log": "0.
|
|
59
|
-
"@deephaven/utils": "0.
|
|
53
|
+
"@deephaven/chart": "0.48.0",
|
|
54
|
+
"@deephaven/components": "0.48.0",
|
|
55
|
+
"@deephaven/dashboard": "0.48.0",
|
|
56
|
+
"@deephaven/dashboard-core-plugins": "0.48.0",
|
|
57
|
+
"@deephaven/jsapi-bootstrap": "0.48.0",
|
|
58
|
+
"@deephaven/log": "0.48.0",
|
|
59
|
+
"@deephaven/utils": "0.48.0",
|
|
60
60
|
"deep-equal": "^2.2.1",
|
|
61
61
|
"plotly.js": "^2.23.0",
|
|
62
62
|
"plotly.js-dist-min": "^2.23.0",
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"files": [
|
|
71
71
|
"dist"
|
|
72
72
|
],
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "ff0c9845d61816adb547885b567db9e6627642b4"
|
|
74
74
|
}
|