@milaboratories/graph-maker 1.1.138 → 1.1.139
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/GraphMaker/components/LassoControls/index.vue.js +15 -13
- package/dist/GraphMaker/components/LassoControls/index.vue.js.map +1 -1
- package/dist/GraphMaker/utils/createChartSettingsForRender/composeBubbleSettings.d.ts +9 -3
- package/dist/GraphMaker/utils/createChartSettingsForRender/composeBubbleSettings.d.ts.map +1 -1
- package/dist/GraphMaker/utils/createChartSettingsForRender/composeDendroSettings.d.ts +17 -2
- package/dist/GraphMaker/utils/createChartSettingsForRender/composeDendroSettings.d.ts.map +1 -1
- package/dist/GraphMaker/utils/createChartSettingsForRender/composeDiscreteSettings.d.ts +13 -4
- package/dist/GraphMaker/utils/createChartSettingsForRender/composeDiscreteSettings.d.ts.map +1 -1
- package/dist/GraphMaker/utils/createChartSettingsForRender/composeHeatmapSettings.d.ts +28 -7
- package/dist/GraphMaker/utils/createChartSettingsForRender/composeHeatmapSettings.d.ts.map +1 -1
- package/dist/GraphMaker/utils/createChartSettingsForRender/composeHistogramSettings.d.ts +6 -2
- package/dist/GraphMaker/utils/createChartSettingsForRender/composeHistogramSettings.d.ts.map +1 -1
- package/dist/GraphMaker/utils/createChartSettingsForRender/composeScatterplotSettings.d.ts +16 -2
- package/dist/GraphMaker/utils/createChartSettingsForRender/composeScatterplotSettings.d.ts.map +1 -1
- package/dist/GraphMaker/utils/createChartSettingsForRender/composeScatterplotUmapSettings.d.ts +14 -2
- package/dist/GraphMaker/utils/createChartSettingsForRender/composeScatterplotUmapSettings.d.ts.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/DataFrame.js +95 -72
- package/dist/node_modules/@milaboratories/miplots4/dist/DataFrame.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/MiPlots.js +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/bubble/ChartRenderer.js +124 -122
- package/dist/node_modules/@milaboratories/miplots4/dist/bubble/ChartRenderer.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/bubble/components/Chart.js +72 -91
- package/dist/node_modules/@milaboratories/miplots4/dist/bubble/components/Chart.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/bubble/components/ChartsGroup.js +43 -41
- package/dist/node_modules/@milaboratories/miplots4/dist/bubble/components/ChartsGroup.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/bubble/getCellTooltip.js +28 -0
- package/dist/node_modules/@milaboratories/miplots4/dist/bubble/getCellTooltip.js.map +1 -0
- package/dist/node_modules/@milaboratories/miplots4/dist/bubble/getGroupedCellsData.js +94 -0
- package/dist/node_modules/@milaboratories/miplots4/dist/bubble/getGroupedCellsData.js.map +1 -0
- package/dist/node_modules/@milaboratories/miplots4/dist/bubble/index.js +42 -38
- package/dist/node_modules/@milaboratories/miplots4/dist/bubble/index.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/bubble/utils/calculateCaptionTails.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/common/Legend.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/common/Tooltip.js +11 -11
- package/dist/node_modules/@milaboratories/miplots4/dist/common/Tooltip.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/common/useDataFrame.js +20 -0
- package/dist/node_modules/@milaboratories/miplots4/dist/common/useDataFrame.js.map +1 -0
- package/dist/node_modules/@milaboratories/miplots4/dist/dendro/ChartRenderer.js +181 -181
- package/dist/node_modules/@milaboratories/miplots4/dist/dendro/ChartRenderer.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/dendro/DendroSettingsImpl.js +2 -2
- package/dist/node_modules/@milaboratories/miplots4/dist/dendro/DendroSettingsImpl.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/dendro/components/Chart.js +45 -45
- package/dist/node_modules/@milaboratories/miplots4/dist/dendro/components/Chart.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/dendro/components/Heatmap.js +27 -27
- package/dist/node_modules/@milaboratories/miplots4/dist/dendro/components/Heatmap.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/dendro/components/Legend.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/dendro/components/LinksGroup.js +18 -18
- package/dist/node_modules/@milaboratories/miplots4/dist/dendro/components/LinksGroup.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/dendro/components/NodesGroup.js +36 -36
- package/dist/node_modules/@milaboratories/miplots4/dist/dendro/components/NodesGroup.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/dendro/getHeatmapData.js +45 -41
- package/dist/node_modules/@milaboratories/miplots4/dist/dendro/getHeatmapData.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/dendro/getHierarchyData.js +33 -33
- package/dist/node_modules/@milaboratories/miplots4/dist/dendro/getHierarchyData.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/dendro/index.js +90 -93
- package/dist/node_modules/@milaboratories/miplots4/dist/dendro/index.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/ChartRenderer.js +200 -199
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/ChartRenderer.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/DiscreteSettingsImpl.js +17 -17
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/DiscreteSettingsImpl.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/components/layers/BoxElement.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/index.js +102 -99
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/index.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/layers/bar.js +31 -36
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/layers/bar.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/layers/binnedDots.js +62 -74
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/layers/binnedDots.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/layers/boxes.js +52 -53
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/layers/boxes.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/layers/dots.js +32 -32
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/layers/dots.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/layers/lines.js +7 -6
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/layers/lines.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/layers/logo.js +23 -23
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/layers/logo.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/layers/pairedPoints.js +63 -63
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/layers/pairedPoints.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/layers/sina.js +60 -64
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/layers/sina.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/layers/stackedBar.js +23 -23
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/layers/stackedBar.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/utils/getOutliersBounds.js +5 -5
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/utils/getOutliersBounds.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/utils/splitTextByWidth.js +13 -13
- package/dist/node_modules/@milaboratories/miplots4/dist/discrete/utils/splitTextByWidth.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/heatmap/ChartRenderer.js +258 -256
- package/dist/node_modules/@milaboratories/miplots4/dist/heatmap/ChartRenderer.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/heatmap/HeatmapSettingsImpl.js +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/heatmap/HeatmapSettingsImpl.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/heatmap/components/Annotations/Annotation.js +45 -44
- package/dist/node_modules/@milaboratories/miplots4/dist/heatmap/components/Annotations/Annotation.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/heatmap/components/Chart.js +107 -106
- package/dist/node_modules/@milaboratories/miplots4/dist/heatmap/components/Chart.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/heatmap/components/ChartsGroup.js +18 -18
- package/dist/node_modules/@milaboratories/miplots4/dist/heatmap/components/ChartsGroup.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/heatmap/getCells.js +99 -95
- package/dist/node_modules/@milaboratories/miplots4/dist/heatmap/getCells.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/heatmap/index.js +30 -29
- package/dist/node_modules/@milaboratories/miplots4/dist/heatmap/index.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/heatmap/utils/calculateAnnotationTitleSizes.js +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/heatmap/utils/calculateAnnotationTitleSizes.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/heatmap/utils/calculateCaptionTails.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/histogram/ChartRenderer.js +143 -142
- package/dist/node_modules/@milaboratories/miplots4/dist/histogram/ChartRenderer.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/histogram/HistogramSettingsImpl.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/histogram/components/Chart.js +30 -30
- package/dist/node_modules/@milaboratories/miplots4/dist/histogram/components/Chart.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/histogram/components/ChartsGroup.js +7 -7
- package/dist/node_modules/@milaboratories/miplots4/dist/histogram/getHistogramData.js +53 -54
- package/dist/node_modules/@milaboratories/miplots4/dist/histogram/getHistogramData.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/histogram/index.js +59 -55
- package/dist/node_modules/@milaboratories/miplots4/dist/histogram/index.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/node_modules/@d3fc/d3fc-axis/src/axisBase.js +7 -7
- package/dist/node_modules/@milaboratories/miplots4/dist/node_modules/d3-array/src/min.js +6 -12
- package/dist/node_modules/@milaboratories/miplots4/dist/node_modules/d3-array/src/min.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/node_modules/d3-shape/src/line.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/node_modules/kdbush/index.js +148 -0
- package/dist/node_modules/@milaboratories/miplots4/dist/node_modules/kdbush/index.js.map +1 -0
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/ChartRenderer.js +172 -168
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/ChartRenderer.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/ScatterplotSettingsImpl.js +26 -26
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/ScatterplotSettingsImpl.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/components/Chart.js +11 -11
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/components/ChartAxisTitles.js +30 -29
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/components/ChartAxisTitles.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/components/ChartLayersData.js +135 -153
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/components/ChartLayersData.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/components/ChartTooltip.js +35 -32
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/components/ChartTooltip.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/components/ChartTrendsData.js +27 -27
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/components/ChartTrendsData.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/components/ChartsGroup.js +14 -14
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/constants.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/dots.js +24 -22
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/dots.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/getLayersData.js +11 -14
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/getLayersData.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/index.js +57 -58
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/index.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/linearRegression.js +85 -83
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/linearRegression.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/utils/createAesGetter.js +20 -20
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/utils/createAesGetter.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/utils/createLegendInfo.js +44 -37
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/utils/createLegendInfo.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/utils/formatColumnValue.js +11 -0
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/utils/formatColumnValue.js.map +1 -0
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/utils/getVisibleLabels.js +46 -56
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/utils/getVisibleLabels.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot-umap/ChartRenderer.js +223 -205
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot-umap/ChartRenderer.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot-umap/SettingsImpl.js +22 -22
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot-umap/SettingsImpl.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot-umap/colors.js +42 -0
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot-umap/colors.js.map +1 -0
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot-umap/components/LowerSVG.js +84 -81
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot-umap/components/LowerSVG.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot-umap/components/SVGLayer.js +11 -11
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot-umap/components/UpperSVG.js +15 -14
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot-umap/components/UpperSVG.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot-umap/index.js +89 -114
- package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot-umap/index.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/types/common.js +3 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/types/common.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/types/dendro.js +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/types/dendro.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/types/discrete.js +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/types/discrete.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/types/heatmap.js +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/types/heatmap.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/types/histogram.js +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/types/histogram.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/types/scatterplot-umap.js +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/types/scatterplot-umap.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/types/scatterplot.js +4 -4
- package/dist/node_modules/@milaboratories/miplots4/dist/types/scatterplot.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/utils/TextMeasurer/TextMeasurer.js +39 -0
- package/dist/node_modules/@milaboratories/miplots4/dist/utils/TextMeasurer/TextMeasurer.js.map +1 -0
- package/dist/node_modules/@milaboratories/miplots4/dist/utils/TextMeasurer/charToWidth.json.js +101 -0
- package/dist/node_modules/@milaboratories/miplots4/dist/utils/TextMeasurer/charToWidth.json.js.map +1 -0
- package/dist/node_modules/@milaboratories/miplots4/dist/utils/arrangeLegendParts.js +4 -4
- package/dist/node_modules/@milaboratories/miplots4/dist/utils/arrangeLegendParts.js.map +1 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/utils/getLegendWidth.js +3 -3
- package/dist/node_modules/@milaboratories/miplots4/dist/utils/getLegendWidth.js.map +1 -1
- package/dist/node_modules/@milaboratories/pf-plots/dist/index.js +1031 -1023
- package/dist/node_modules/@milaboratories/pf-plots/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/dist/node_modules/@milaboratories/miplots4/dist/bubble/getCells.js +0 -91
- package/dist/node_modules/@milaboratories/miplots4/dist/bubble/getCells.js.map +0 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/node_modules/d3-quadtree/src/add.js +0 -30
- package/dist/node_modules/@milaboratories/miplots4/dist/node_modules/d3-quadtree/src/add.js.map +0 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/node_modules/d3-quadtree/src/cover.js +0 -29
- package/dist/node_modules/@milaboratories/miplots4/dist/node_modules/d3-quadtree/src/cover.js.map +0 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/node_modules/d3-quadtree/src/data.js +0 -12
- package/dist/node_modules/@milaboratories/miplots4/dist/node_modules/d3-quadtree/src/data.js.map +0 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/node_modules/d3-quadtree/src/extent.js +0 -7
- package/dist/node_modules/@milaboratories/miplots4/dist/node_modules/d3-quadtree/src/extent.js.map +0 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/node_modules/d3-quadtree/src/find.js +0 -26
- package/dist/node_modules/@milaboratories/miplots4/dist/node_modules/d3-quadtree/src/find.js.map +0 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/node_modules/d3-quadtree/src/quad.js +0 -7
- package/dist/node_modules/@milaboratories/miplots4/dist/node_modules/d3-quadtree/src/quad.js.map +0 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/node_modules/d3-quadtree/src/quadtree.js +0 -51
- package/dist/node_modules/@milaboratories/miplots4/dist/node_modules/d3-quadtree/src/quadtree.js.map +0 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/node_modules/d3-quadtree/src/remove.js +0 -21
- package/dist/node_modules/@milaboratories/miplots4/dist/node_modules/d3-quadtree/src/remove.js.map +0 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/node_modules/d3-quadtree/src/root.js +0 -7
- package/dist/node_modules/@milaboratories/miplots4/dist/node_modules/d3-quadtree/src/root.js.map +0 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/node_modules/d3-quadtree/src/size.js +0 -12
- package/dist/node_modules/@milaboratories/miplots4/dist/node_modules/d3-quadtree/src/size.js.map +0 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/node_modules/d3-quadtree/src/visit.js +0 -14
- package/dist/node_modules/@milaboratories/miplots4/dist/node_modules/d3-quadtree/src/visit.js.map +0 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/node_modules/d3-quadtree/src/visitAfter.js +0 -19
- package/dist/node_modules/@milaboratories/miplots4/dist/node_modules/d3-quadtree/src/visitAfter.js.map +0 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/node_modules/d3-quadtree/src/x.js +0 -11
- package/dist/node_modules/@milaboratories/miplots4/dist/node_modules/d3-quadtree/src/x.js.map +0 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/node_modules/d3-quadtree/src/y.js +0 -11
- package/dist/node_modules/@milaboratories/miplots4/dist/node_modules/d3-quadtree/src/y.js.map +0 -1
- package/dist/node_modules/@milaboratories/miplots4/dist/utils/TextMeasurer.js +0 -24
- package/dist/node_modules/@milaboratories/miplots4/dist/utils/TextMeasurer.js.map +0 -1
package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/components/ChartTrendsData.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import { j as n } from "../../node_modules/react/jsx-runtime.js";
|
|
2
|
-
import $ from "../../node_modules/lodash/lodash.js";
|
|
2
|
+
import { l as $ } from "../../node_modules/lodash/lodash.js";
|
|
3
3
|
import { r as g } from "../../_virtual/index.js";
|
|
4
4
|
import { numberFormat as i } from "../../utils/numberFormat.js";
|
|
5
5
|
const k = g.memo(({
|
|
6
|
-
width:
|
|
7
|
-
scales:
|
|
6
|
+
width: e,
|
|
7
|
+
scales: t,
|
|
8
8
|
trendsData: r,
|
|
9
9
|
aesGetters: s
|
|
10
|
-
}) => r && r.map(({
|
|
11
|
-
const [l,
|
|
12
|
-
if (isNaN(
|
|
10
|
+
}) => r && r.map(({ idx: a, predict: c, getArea: m, bounded: h, xBounds: j, stats: y }, d) => {
|
|
11
|
+
const [l, o] = h ? j : t.x.domain(), u = (o - l) / 15, x = c(l), f = c(o);
|
|
12
|
+
if (isNaN(x) || isNaN(f))
|
|
13
13
|
return null;
|
|
14
|
-
const p = s.trendColor(
|
|
14
|
+
const p = s.trendColor(a);
|
|
15
15
|
return /* @__PURE__ */ n.jsxs("g", { children: [
|
|
16
|
-
/* @__PURE__ */ n.jsx("text", { y:
|
|
16
|
+
/* @__PURE__ */ n.jsx("text", { y: d * 20 + 20, fill: p, x: e - 8, textAnchor: "end", children: C(y) }),
|
|
17
17
|
/* @__PURE__ */ n.jsx(
|
|
18
18
|
"path",
|
|
19
19
|
{
|
|
20
|
-
d:
|
|
20
|
+
d: m(t.x, t.y, $.range(l, o + u / 2, u)),
|
|
21
21
|
fill: p,
|
|
22
22
|
opacity: 0.2
|
|
23
23
|
}
|
|
@@ -25,38 +25,38 @@ const k = g.memo(({
|
|
|
25
25
|
/* @__PURE__ */ n.jsx(
|
|
26
26
|
"line",
|
|
27
27
|
{
|
|
28
|
-
x1:
|
|
29
|
-
x2:
|
|
30
|
-
y1:
|
|
31
|
-
y2:
|
|
28
|
+
x1: t.x(l),
|
|
29
|
+
x2: t.x(o),
|
|
30
|
+
y1: t.y(x),
|
|
31
|
+
y2: t.y(f),
|
|
32
32
|
stroke: p
|
|
33
33
|
}
|
|
34
34
|
)
|
|
35
|
-
] },
|
|
35
|
+
] }, d);
|
|
36
36
|
}));
|
|
37
|
-
function N(
|
|
38
|
-
return typeof
|
|
37
|
+
function N(e) {
|
|
38
|
+
return typeof e.r2 > "u" ? null : /* @__PURE__ */ n.jsxs(n.Fragment, { children: [
|
|
39
39
|
/* @__PURE__ */ n.jsx("tspan", { children: "R" }),
|
|
40
40
|
/* @__PURE__ */ n.jsx("tspan", { fontSize: "10px", dy: "-8", children: "2" }),
|
|
41
|
-
/* @__PURE__ */ n.jsx("tspan", { dy: "8", children: ` = ${i(
|
|
41
|
+
/* @__PURE__ */ n.jsx("tspan", { dy: "8", children: ` = ${i(e.r2)}` })
|
|
42
42
|
] });
|
|
43
43
|
}
|
|
44
|
-
function F(
|
|
45
|
-
return typeof
|
|
44
|
+
function F(e) {
|
|
45
|
+
return typeof e.pValue > "u" ? null : /* @__PURE__ */ n.jsx("tspan", { children: `p-value = ${i(e.pValue)}` });
|
|
46
46
|
}
|
|
47
|
-
function b(
|
|
48
|
-
if (typeof
|
|
47
|
+
function b(e) {
|
|
48
|
+
if (typeof e.coefficients > "u")
|
|
49
49
|
return null;
|
|
50
|
-
const { slope:
|
|
51
|
-
return /* @__PURE__ */ n.jsx("tspan", { children: /* @__PURE__ */ n.jsx("tspan", { children: `slope = ${i(
|
|
50
|
+
const { slope: t, slopeError: r, intercept: s, interceptError: a } = e.coefficients;
|
|
51
|
+
return /* @__PURE__ */ n.jsx("tspan", { children: /* @__PURE__ */ n.jsx("tspan", { children: `slope = ${i(t)} ± ${i(r)}, intercept = ${i(s)} ± ${i(a)}` }) });
|
|
52
52
|
}
|
|
53
|
-
function C(
|
|
54
|
-
const
|
|
53
|
+
function C(e) {
|
|
54
|
+
const t = [N(e), F(e), b(e)].filter(
|
|
55
55
|
(r) => r !== null
|
|
56
56
|
);
|
|
57
|
-
return /* @__PURE__ */ n.jsx(n.Fragment, { children:
|
|
57
|
+
return /* @__PURE__ */ n.jsx(n.Fragment, { children: t.map((r, s) => /* @__PURE__ */ n.jsxs("tspan", { children: [
|
|
58
58
|
r,
|
|
59
|
-
/* @__PURE__ */ n.jsx("tspan", { children: s <
|
|
59
|
+
/* @__PURE__ */ n.jsx("tspan", { children: s < t.length - 1 && ", " })
|
|
60
60
|
] }, s)) });
|
|
61
61
|
}
|
|
62
62
|
export {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChartTrendsData.js","sources":["../../../../../../../node_modules/@milaboratories/miplots4/src/scatterplot/components/ChartTrendsData.tsx"],"sourcesContent":["import
|
|
1
|
+
{"version":3,"file":"ChartTrendsData.js","sources":["../../../../../../../node_modules/@milaboratories/miplots4/src/scatterplot/components/ChartTrendsData.tsx"],"sourcesContent":["import { range } from 'lodash';\nimport { memo, type ReactElement } from 'react';\nimport { numberFormat } from '../../utils/numberFormat';\nimport type { TrendsData } from '../linearRegression';\nimport type {\n AesGetters,\n ChartScales\n} from './types';\n\ninterface Props {\n trendsData: TrendsData[keyof TrendsData] | null;\n width: number;\n scales: ChartScales;\n aesGetters: AesGetters;\n}\n\nexport const ChartTrendsData = memo(({\n width,\n scales,\n trendsData,\n aesGetters,\n}: Props) => {\n return (trendsData &&\n trendsData.map(({ idx, predict, getArea, bounded, xBounds, stats}, i) => {\n const [minX, maxX] = bounded ? xBounds : scales.x.domain();\n const step = (maxX - minX) / 15;\n const p1 = predict(minX);\n const p2 = predict(maxX);\n if (isNaN(p1) || isNaN(p2)) {\n return null;\n }\n const fillColor = aesGetters.trendColor(idx);\n return (\n <g key={i}>\n <text y={i * 20 + 20} fill={fillColor} x={width - 8} textAnchor=\"end\">\n {formatStats(stats)}\n </text>\n <path\n d={getArea(scales.x, scales.y, range(minX, maxX + step / 2, step))}\n fill={fillColor}\n opacity={0.2}\n />\n <line\n x1={scales.x(minX)}\n x2={scales.x(maxX)}\n y1={scales.y(p1)}\n y2={scales.y(p2)}\n stroke={fillColor}\n />\n </g>\n );\n })\n );\n});\n\nfunction formatR2(stats: TrendsData[keyof TrendsData][number]['stats']) {\n if (typeof stats.r2 === 'undefined') {\n return null;\n }\n return (\n <>\n <tspan>R</tspan>\n <tspan fontSize=\"10px\" dy=\"-8\">\n 2\n </tspan>\n <tspan dy=\"8\">{` = ${numberFormat(stats.r2)}`}</tspan>\n </>\n );\n}\n\nfunction formatPValue(stats: TrendsData[keyof TrendsData][number]['stats']) {\n if (typeof stats.pValue === 'undefined') {\n return null;\n }\n return <tspan>{`p-value = ${numberFormat(stats.pValue)}`}</tspan>;\n}\n\nfunction formatCoefficients(stats: TrendsData[keyof TrendsData][number]['stats']) {\n if (typeof stats.coefficients === 'undefined') {\n return null;\n }\n const {slope, slopeError, intercept, interceptError} = stats.coefficients;\n return (\n <tspan>\n <tspan>\n {`slope = ${numberFormat(slope)} ± ${numberFormat(slopeError)}, intercept = ${numberFormat(intercept)} ± ${numberFormat(interceptError)}`}\n </tspan>\n </tspan>\n );\n}\n\nfunction formatStats(stats: TrendsData[keyof TrendsData][number]['stats']) {\n const items = [formatR2(stats), formatPValue(stats), formatCoefficients(stats)].filter(\n value => value !== null\n ) as unknown as ReactElement[];\n return (\n <>\n {items.map((item, idx) => (\n <tspan key={idx}>\n {item}\n <tspan>{idx < items.length - 1 && ', '}</tspan>\n </tspan>\n ))}\n </>\n );\n}\n\n"],"names":["ChartTrendsData","memo","width","scales","trendsData","aesGetters","idx","predict","getArea","bounded","xBounds","stats","i","minX","maxX","step","p1","p2","fillColor","n","jsx","formatStats","range","formatR2","jsxs","Fragment","numberFormat","formatPValue","formatCoefficients","slope","slopeError","intercept","interceptError","items","value","item"],"mappings":";;;;AAgBO,MAAMA,IAAkBC,EAAAA,KAAK,CAAC;AAAA,EACjC,OAAAC;AAAAA,EACA,QAAAC;AAAAA,EACA,YAAAC;AAAAA,EACA,YAAAC;AACJ,MACYD,KACJA,EAAW,IAAI,CAAC,EAAE,KAAAE,GAAK,SAAAC,GAAS,SAAAC,GAAS,SAAAC,GAAS,SAAAC,GAAS,OAAAC,EAAAA,GAAQC,MAAM;AACrE,QAAM,CAACC,GAAMC,CAAI,IAAIL,IAAUC,IAAUP,EAAO,EAAE,UAC5CY,KAAQD,IAAOD,KAAQ,IACvBG,IAAKT,EAAQM,CAAI,GACjBI,IAAKV,EAAQO,CAAI;AACvB,MAAI,MAAME,CAAE,KAAK,MAAMC,CAAE;AACrB,WAAO;AAEX,QAAMC,IAAYb,EAAW,WAAWC,CAAG;AAC3C,SAAAa,gBAAAA,EAAA,KACK,KAAA,EACG,UAAA;AAAA,IAAAC,gBAAAA,EAAAA,IAAC,QAAA,EAAK,GAAGR,IAAI,KAAK,IAAI,MAAMM,GAAW,GAAGhB,IAAQ,GAAG,YAAW,OAC3D,UAAAmB,EAAYV,CAAK,GACtB;AAAA,IACAS,gBAAAA,EAAAA;AAAAA,MAAC;AAAA,MAAA;AAAA,QACG,GAAGZ,EAAQL,EAAO,GAAGA,EAAO,GAAGmB,EAAAA,MAAMT,GAAMC,IAAOC,IAAO,GAAGA,CAAI,CAAC;AAAA,QACjE,MAAMG;AAAAA,QACN,SAAS;AAAA,MAAA;AAAA,IAAA;AAAA,IAEbE,gBAAAA,EAAAA;AAAAA,MAAC;AAAA,MAAA;AAAA,QACG,IAAIjB,EAAO,EAAEU,CAAI;AAAA,QACjB,IAAIV,EAAO,EAAEW,CAAI;AAAA,QACjB,IAAIX,EAAO,EAAEa,CAAE;AAAA,QACf,IAAIb,EAAO,EAAEc,CAAE;AAAA,QACf,QAAQC;AAAAA,MAAA;AAAA,IAAA;AAAA,EAAA,EACZ,GAfIN,CAgBR;AAER,CAAC,CAER;AAED,SAASW,EAASZ,GAAsD;AACpE,SAAI,OAAOA,EAAM,KAAO,MACb,OAGPa,gBAAAA,EAAAA,KAAAC,EAAAA,UAAA,EACI,UAAA;AAAA,IAAAL,gBAAAA,EAAAA,IAAC,SAAA,EAAM,UAAA,KAAC;AAAA,IAAAD,gBAAAA,EAAA,IACP,SAAA,EAAM,UAAS,QAAO,IAAG,MAAK,UAAA,KAE/B;AAAA,IACAC,gBAAAA,EAAAA,IAAC,SAAA,EAAM,IAAG,KAAK,UAAA,MAAMM,EAAaf,EAAM,EAAE,CAAC,GAAA,CAAG;AAAA,EAAA,GAClD;AAER;AAEA,SAASgB,EAAahB,GAAsD;AACxE,SAAI,OAAOA,EAAM,SAAW,MACjB,OAAAQ,gBAAAA,EAAA,IAEH,SAAA,EAAO,UAAA,aAAaO,EAAaf,EAAM,MAAM,CAAC,IAAG;AAC7D;AAEA,SAASiB,EAAmBjB,GAAsD;AAC9E,MAAI,OAAOA,EAAM,eAAiB;AAC9B,WAAO;AAEX,QAAM,EAAC,OAAAkB,GAAO,YAAAC,GAAY,WAAAC,GAAW,gBAAAC,EAAAA,IAAkBrB,EAAM;AAC7D,SACIS,gBAAAA,EAAAA,IAAC,SAAA,EACG,UAAAA,gBAAAA,EAAAA,IAAC,SAAA,EACI,UAAA,WAAWM,EAAaG,CAAK,CAAC,MAAMH,EAAaI,CAAU,CAAC,iBAAiBJ,EAAaK,CAAS,CAAC,MAAML,EAAaM,CAAc,CAAC,GAAA,CAC3I,EAAA,CACJ;AAER;AAEA,SAASX,EAAYV,GAAsD;AACvE,QAAMsB,IAAQ,CAACV,EAASZ,CAAK,GAAGgB,EAAahB,CAAK,GAAGiB,EAAmBjB,CAAK,CAAC,EAAE;AAAA,IAC5E,OAASuB,MAAU;AAAA,EAAA;AAEvB,SAAAf,gBAAAA,EAAA,IAAAA,EAAA,UAAA,EAES,UAAAc,EAAM,IAAI,CAACE,GAAM7B,MAAAA,gBAAAA,EAAAA,KACb,SAAA,EACI,UAAA;AAAA,IAAA6B;AAAAA,IAAAhB,gBAAAA,EAAA,IACA,SAAA,EAAO,UAAAb,IAAM2B,EAAM,SAAS,KAAK,MAAK;AAAA,EAAA,KAF/B3B,CAGZ,CACH,GACL;AAER;","x_google_ignoreList":[0]}
|
package/dist/node_modules/@milaboratories/miplots4/dist/scatterplot/components/ChartsGroup.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { j as s } from "../../node_modules/react/jsx-runtime.js";
|
|
2
2
|
import { r as P } from "../../_virtual/index.js";
|
|
3
|
-
import { ChartsTitle as
|
|
4
|
-
import { ErrorBoundary as
|
|
5
|
-
import
|
|
3
|
+
import { ChartsTitle as $ } from "../../common/ChartsTitle.js";
|
|
4
|
+
import { ErrorBoundary as b } from "../../common/ErrorBoundary.js";
|
|
5
|
+
import A from "../../common/fonts.js";
|
|
6
6
|
import { Legend as B } from "../../common/Legend.js";
|
|
7
7
|
import { useTooltip as I } from "../../common/Tooltip.js";
|
|
8
8
|
import { LEGEND_OFFSET as k } from "../constants.js";
|
|
@@ -21,19 +21,19 @@ function Z({
|
|
|
21
21
|
trendsData: l,
|
|
22
22
|
columnsCount: y,
|
|
23
23
|
margins: n,
|
|
24
|
-
keyColumn:
|
|
25
|
-
mainTitle:
|
|
24
|
+
keyColumn: w,
|
|
25
|
+
mainTitle: D,
|
|
26
26
|
facetTitles: j,
|
|
27
27
|
captionsSizes: S,
|
|
28
|
-
onlyPositive:
|
|
29
|
-
layersData:
|
|
28
|
+
onlyPositive: v,
|
|
29
|
+
layersData: T,
|
|
30
30
|
aesGetters: h,
|
|
31
31
|
onTooltipHintSwitch: C
|
|
32
32
|
}) {
|
|
33
33
|
const i = I(C), { xAxis: E, yAxis: M, title: m, frame: W, legend: H, tooltips: z } = g, d = o[a[0]].padding, F = o[a[y - 1]].padding, G = e.chartsWidth + k, L = d.top, p = P.useMemo(() => Object.fromEntries(
|
|
34
34
|
a.map((t) => [t, { x: r.x[t], y: r.y[t] }])
|
|
35
35
|
), [r.x, r.y, a]);
|
|
36
|
-
return /* @__PURE__ */ s.jsx(
|
|
36
|
+
return /* @__PURE__ */ s.jsx(b, { dataId: c, children: /* @__PURE__ */ s.jsx("div", { style: { position: "relative", width: e.totalWidth, height: e.totalHeight }, children: /* @__PURE__ */ s.jsxs(
|
|
37
37
|
"svg",
|
|
38
38
|
{
|
|
39
39
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -42,12 +42,12 @@ function Z({
|
|
|
42
42
|
height: e.totalHeight,
|
|
43
43
|
style: { position: "absolute", top: 0, left: 0, zIndex: 0 },
|
|
44
44
|
children: [
|
|
45
|
-
/* @__PURE__ */ s.jsx("defs", { children:
|
|
45
|
+
/* @__PURE__ */ s.jsx("defs", { children: A }),
|
|
46
46
|
/* @__PURE__ */ s.jsxs("g", { transform: `translate(${n.left},${n.top})`, fontFamily: "Manrope", children: [
|
|
47
47
|
/* @__PURE__ */ s.jsx(
|
|
48
|
-
|
|
48
|
+
$,
|
|
49
49
|
{
|
|
50
|
-
title:
|
|
50
|
+
title: D,
|
|
51
51
|
show: m.show,
|
|
52
52
|
position: m.position,
|
|
53
53
|
leftPadding: d.left,
|
|
@@ -71,8 +71,8 @@ function Z({
|
|
|
71
71
|
trendsData: l ? l[t] : null,
|
|
72
72
|
facetTitle: j[t],
|
|
73
73
|
captionsSizes: S,
|
|
74
|
-
layersData:
|
|
75
|
-
onlyPositive:
|
|
74
|
+
layersData: T[t],
|
|
75
|
+
onlyPositive: v,
|
|
76
76
|
aesGetters: h,
|
|
77
77
|
onMouseEnterDot: i.onMouseEnter,
|
|
78
78
|
onMouseLeaveDot: i.onMouseLeave
|
|
@@ -86,7 +86,7 @@ function Z({
|
|
|
86
86
|
tooltipsData: i,
|
|
87
87
|
dimensions: o[i.currentFacet],
|
|
88
88
|
scales: p[i.currentFacet],
|
|
89
|
-
keyColumn:
|
|
89
|
+
keyColumn: w,
|
|
90
90
|
margins: n,
|
|
91
91
|
chartSizes: e,
|
|
92
92
|
tooltips: z,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","sources":["../../../../../../node_modules/@milaboratories/miplots4/src/scatterplot/constants.ts"],"sourcesContent":["import {
|
|
1
|
+
{"version":3,"file":"constants.js","sources":["../../../../../../node_modules/@milaboratories/miplots4/src/scatterplot/constants.ts"],"sourcesContent":["import type { DotAesItem } from '../common/types';\nimport { BLACK } from '../constants';\nimport type { AesItem } from '../types';\n\n// inner paddings in chart area\nexport const PADDINGS = {\n TOP: 30,\n BOTTOM: 30,\n LEFT: 30,\n RIGHT: 30\n};\n\nexport const DEFAULT_COMMON_AES: Required<AesItem> = {\n fillColor: 'white',\n lineColor: BLACK,\n lineWidth: 1,\n lineShape: 'solid',\n dotSize: 3,\n dotFill: BLACK,\n dotShape: '21',\n};\nexport const DEFAULT_DOT_AES:DotAesItem = {\n color: '#929BAD',\n size: 6,\n shape: '21',\n};\n\nexport const FACET_TITLE_LINE = 20;\nexport const FACET_TITLE_OFFSET = 6;\nexport const FACET_AXIS_OFFSET = 8;\nexport const MIN_MARGIN = 24;\nexport const MIN_PADDING = 12;\n\nexport const TITLE_LINE = 20;\nexport const DEFAULT_TICKS_SIZE = 4;\nexport const TICK_OFFSET = 6;\n\nexport const LEGEND_OFFSET = 10;\n"],"names":["PADDINGS","DEFAULT_COMMON_AES","BLACK","DEFAULT_DOT_AES","FACET_TITLE_LINE","FACET_TITLE_OFFSET","FACET_AXIS_OFFSET","MIN_MARGIN","MIN_PADDING","TITLE_LINE","DEFAULT_TICKS_SIZE","TICK_OFFSET","LEGEND_OFFSET"],"mappings":";AAKO,MAAMA,IAAW;AAAA,EACpB,KAAK;AAAA,EACL,QAAQ;AAAA,EACR,MAAM;AAAA,EACN,OAAO;AACX,GAEaC,IAAwC;AAAA,EACjD,WAAW;AAAA,EACX,WAAWC;AAAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,SAAS;AAAA,EACT,SAASA;AAAAA,EACT,UAAU;AACd,GACaC,IAA6B;AAAA,EACtC,OAAO;AAAA,EACP,MAAM;AAAA,EACN,OAAO;AACX,GAEaC,IAAmB,IACnBC,IAAqB,GACrBC,IAAoB,GACpBC,IAAa,IACbC,IAAc,IAEdC,IAAa,IACbC,IAAqB,GACrBC,IAAc,GAEdC,IAAgB;","x_google_ignoreList":[0]}
|
|
@@ -1,34 +1,36 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import { formatColumnValue as X } from "./utils/formatColumnValue.js";
|
|
2
|
+
import { format as Y } from "../node_modules/d3-format/src/defaultLocale.js";
|
|
3
|
+
function w(o, p, M, v, n, g, C) {
|
|
4
|
+
const h = {}, V = n != null && n.format ? Y(n.format) : void 0;
|
|
5
|
+
for (const d of p) {
|
|
4
6
|
const e = [];
|
|
5
|
-
let
|
|
6
|
-
const i =
|
|
7
|
-
for (const
|
|
8
|
-
i[i.length - 1] =
|
|
9
|
-
const
|
|
10
|
-
for (let x = 0; x <
|
|
11
|
-
const t =
|
|
12
|
-
|
|
13
|
-
x:
|
|
14
|
-
y:
|
|
15
|
-
label:
|
|
16
|
-
dimmed:
|
|
17
|
-
|
|
7
|
+
let u = 1 / 0, r = 1 / 0, s = -1 / 0, f = -1 / 0;
|
|
8
|
+
const i = d.concat([""]);
|
|
9
|
+
for (const c of C) {
|
|
10
|
+
i[i.length - 1] = c;
|
|
11
|
+
const a = o.getRowsByGrouping(i);
|
|
12
|
+
for (let x = 0; x < a.length; x++) {
|
|
13
|
+
const t = a[x], l = o.getColumnValue(M.value, t), m = o.getColumnValue(v.value, t);
|
|
14
|
+
l === null && m === null || (u = Math.min(u, l), r = Math.min(r, m), s = Math.max(s, l), f = Math.max(f, m), e.push({
|
|
15
|
+
x: l,
|
|
16
|
+
y: m,
|
|
17
|
+
label: X(o, t, n, V),
|
|
18
|
+
dimmed: g ? !o.getColumnValue(g.value, t) : !1,
|
|
19
|
+
idx: t
|
|
18
20
|
}));
|
|
19
21
|
}
|
|
20
22
|
}
|
|
21
|
-
e.sort((
|
|
22
|
-
minX:
|
|
23
|
-
maxX:
|
|
24
|
-
minY:
|
|
25
|
-
maxY:
|
|
23
|
+
e.sort((c, a) => c.x - a.x), h[d.join("_")] = {
|
|
24
|
+
minX: u,
|
|
25
|
+
maxX: s,
|
|
26
|
+
minY: r,
|
|
27
|
+
maxY: f,
|
|
26
28
|
dots: e
|
|
27
29
|
};
|
|
28
30
|
}
|
|
29
31
|
return h;
|
|
30
32
|
}
|
|
31
33
|
export {
|
|
32
|
-
|
|
34
|
+
w as getDots
|
|
33
35
|
};
|
|
34
36
|
//# sourceMappingURL=dots.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dots.js","sources":["../../../../../../node_modules/@milaboratories/miplots4/src/scatterplot/dots.ts"],"sourcesContent":["import type { DataFrame } from '../DataFrame';\nimport type { ColumnName, DataValue
|
|
1
|
+
{"version":3,"file":"dots.js","sources":["../../../../../../node_modules/@milaboratories/miplots4/src/scatterplot/dots.ts"],"sourcesContent":["import {format} from 'd3-format';\nimport type { DataFrame } from '../DataFrame';\nimport type { ColumnName, DataValue } from '../types';\nimport {formatColumnValue} from './utils/formatColumnValue';\n\nexport type Dot = {\n idx: number;\n x: number;\n y: number;\n label: DataValue | null;\n dimmed: boolean;\n};\n\nexport type GroupedDots = Record<\n string,\n {\n minX: number;\n maxX: number;\n minY: number;\n maxY: number;\n dots: Dot[];\n }\n>;\n\nexport function getDots(\n data: DataFrame,\n facetKeysCombinations: string[][],\n x: ColumnName,\n y: ColumnName,\n label: ColumnName | null,\n highlight: ColumnName | null,\n keys: string[]\n): GroupedDots {\n const result: GroupedDots = {};\n\n const labelFormatter = label?.format ? format(label.format) : undefined;\n\n for (const facetKeys of facetKeysCombinations) {\n const dots: Dot[] = [];\n let minX = Infinity;\n let minY = Infinity;\n let maxX = -Infinity;\n let maxY = -Infinity;\n\n const templateGroupPath = facetKeys.concat(['']);\n for (const primaryKey of keys) {\n templateGroupPath[templateGroupPath.length - 1] = primaryKey;\n const rows = data.getRowsByGrouping(templateGroupPath);\n\n for (let i = 0; i < rows.length; i++) {\n const rowIdx = rows[i];\n const valueX = data.getColumnValue(x.value, rowIdx) as number;\n const valueY = data.getColumnValue(y.value, rowIdx) as number;\n\n if (valueX === null && valueY === null) continue;\n\n minX = Math.min(minX, valueX);\n minY = Math.min(minY, valueY);\n maxX = Math.max(maxX, valueX);\n maxY = Math.max(maxY, valueY);\n\n dots.push({\n x: valueX,\n y: valueY,\n label: formatColumnValue(data, rowIdx, label, labelFormatter),\n dimmed: highlight ? !data.getColumnValue(highlight.value, rowIdx) : false,\n idx: rowIdx\n });\n }\n }\n\n dots.sort((d1, d2) => d1.x - d2.x);\n\n result[facetKeys.join('_')] = {\n minX,\n maxX,\n minY,\n maxY,\n dots,\n };\n }\n\n return result;\n}\n"],"names":["getDots","data","facetKeysCombinations","x","y","label","highlight","keys","result","labelFormatter","format","facetKeys","dots","minX","minY","maxX","maxY","templateGroupPath","primaryKey","rows","i","rowIdx","valueX","valueY","formatColumnValue","d1","d2"],"mappings":";;AAwBO,SAASA,EACZC,GACAC,GACAC,GACAC,GACAC,GACAC,GACAC,GACW;AACX,QAAMC,IAAsB,CAAA,GAEtBC,IAAiBJ,KAAA,QAAAA,EAAO,SAASK,EAAOL,EAAM,MAAM,IAAI;AAE9D,aAAWM,KAAaT,GAAuB;AAC3C,UAAMU,IAAc,CAAA;AACpB,QAAIC,IAAO,OACPC,IAAO,OACPC,IAAO,QACPC,IAAO;AAEX,UAAMC,IAAoBN,EAAU,OAAO,CAAC,EAAE,CAAC;AAC/C,eAAWO,KAAcX,GAAM;AAC3BU,MAAAA,EAAkBA,EAAkB,SAAS,CAAC,IAAIC;AAClD,YAAMC,IAAOlB,EAAK,kBAAkBgB,CAAiB;AAErD,eAASG,IAAI,GAAGA,IAAID,EAAK,QAAQC,KAAK;AAClC,cAAMC,IAASF,EAAKC,CAAC,GACfE,IAASrB,EAAK,eAAeE,EAAE,OAAOkB,CAAM,GAC5CE,IAAStB,EAAK,eAAeG,EAAE,OAAOiB,CAAM;AAE9CC,QAAAA,MAAW,QAAQC,MAAW,SAElCV,IAAO,KAAK,IAAIA,GAAMS,CAAM,GAC5BR,IAAO,KAAK,IAAIA,GAAMS,CAAM,GAC5BR,IAAO,KAAK,IAAIA,GAAMO,CAAM,GAC5BN,IAAO,KAAK,IAAIA,GAAMO,CAAM,GAE5BX,EAAK,KAAK;AAAA,UACN,GAAGU;AAAAA,UACH,GAAGC;AAAAA,UACH,OAAOC,EAAkBvB,GAAMoB,GAAQhB,GAAOI,CAAc;AAAA,UAC5D,QAAQH,IAAY,CAACL,EAAK,eAAeK,EAAU,OAAOe,CAAM,IAAI;AAAA,UACpE,KAAKA;AAAAA,QAAA,CACR;AAAA,MACL;AAAA,IACJ;AAEAT,IAAAA,EAAK,KAAK,CAACa,GAAIC,MAAOD,EAAG,IAAIC,EAAG,CAAC,GAEjClB,EAAOG,EAAU,KAAK,GAAG,CAAC,IAAI;AAAA,MAC1B,MAAAE;AAAAA,MACA,MAAAE;AAAAA,MACA,MAAAD;AAAAA,MACA,MAAAE;AAAAA,MACA,MAAAJ;AAAAA,IAAA;AAAA,EAER;AAEA,SAAOJ;AACX;","x_google_ignoreList":[0]}
|
|
@@ -1,27 +1,24 @@
|
|
|
1
|
-
import { exhaustive as
|
|
2
|
-
function g(
|
|
3
|
-
return
|
|
4
|
-
const
|
|
5
|
-
return
|
|
1
|
+
import { exhaustive as m } from "../utils/index.js";
|
|
2
|
+
function g(s, a, u, i, p, f) {
|
|
3
|
+
return u.reduce((r, o) => {
|
|
4
|
+
const n = i[o].dots;
|
|
5
|
+
return r[o] = a.map((e) => {
|
|
6
6
|
if (e.type === "curve")
|
|
7
7
|
return {
|
|
8
8
|
type: "curve",
|
|
9
9
|
info: e,
|
|
10
|
-
geoms:
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
), m = a.reduce((t, r, o) => (t[r.value] = p[o], t), {});
|
|
14
|
-
return { dots: f, data: m };
|
|
15
|
-
})
|
|
10
|
+
geoms: p.map((t) => ({ dots: n.filter(
|
|
11
|
+
(l) => f.every((y, d) => String(s.getColumnValue(y.value, l.idx)) === t[d])
|
|
12
|
+
) })).filter((t) => t.dots.length > 0)
|
|
16
13
|
};
|
|
17
14
|
if (e.type === "dots")
|
|
18
15
|
return {
|
|
19
16
|
type: "dots",
|
|
20
17
|
info: e,
|
|
21
|
-
geoms:
|
|
18
|
+
geoms: n
|
|
22
19
|
};
|
|
23
|
-
|
|
24
|
-
}),
|
|
20
|
+
m(e, "Unknown scatterplot layer type");
|
|
21
|
+
}), r;
|
|
25
22
|
}, {});
|
|
26
23
|
}
|
|
27
24
|
export {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getLayersData.js","sources":["../../../../../../node_modules/@milaboratories/miplots4/src/scatterplot/getLayersData.ts"],"sourcesContent":["import type {
|
|
1
|
+
{"version":3,"file":"getLayersData.js","sources":["../../../../../../node_modules/@milaboratories/miplots4/src/scatterplot/getLayersData.ts"],"sourcesContent":["import type { DataFrame } from '../DataFrame';\nimport type { ColumnName, ScatterplotLayer } from '../types';\nimport { exhaustive } from '../utils';\nimport type { Dot, GroupedDots } from './dots';\nimport type { CurveLayer, DotsLayer } from './ScatterplotSettingsImpl';\n\nexport type DotsLayerData = {\n type: 'dots',\n info: DotsLayer,\n geoms: Dot[]\n}\n\nexport type CurveData = {\n dots: Dot[],\n}\nexport type CurveLayerData = {\n type: 'curve',\n info: CurveLayer,\n geoms: CurveData[]\n}\n\nexport type ScatterplotLayerData = DotsLayerData | CurveLayerData;\n\nexport function getLayersData(\n dataFrame: DataFrame,\n layers: ScatterplotLayer[],\n facetKeys: string[],\n dotsByFacets: GroupedDots,\n categoryGroupingCombinations: string[][],\n grouping: ColumnName[]\n): Record<string, ScatterplotLayerData[]> {\n return facetKeys.reduce((res:Record<string, ScatterplotLayerData[]>, key) => {\n const facetDots = dotsByFacets[key].dots;\n res[key] = layers.map(layer => {\n if (layer.type === 'curve') {\n return {\n type: 'curve',\n info: layer,\n geoms: categoryGroupingCombinations.map(values => {\n const dots = facetDots.filter(dot =>\n grouping.every((column, idx) => String(dataFrame.getColumnValue(column.value, dot.idx)) === values[idx])\n );\n return {dots};\n }).filter(item => item.dots.length > 0)\n } as CurveLayerData;\n }\n if (layer.type === 'dots') {\n return {\n type: 'dots',\n info: layer,\n geoms: facetDots,\n } as DotsLayerData;\n }\n exhaustive(layer, 'Unknown scatterplot layer type');\n });\n return res;\n }, {});\n}\n"],"names":["getLayersData","dataFrame","layers","facetKeys","dotsByFacets","categoryGroupingCombinations","grouping","res","key","facetDots","layer","values","column","idx","dot","item","exhaustive"],"mappings":";AAuBO,SAASA,EACZC,GACAC,GACAC,GACAC,GACAC,GACAC,GACsC;AACtC,SAAOH,EAAU,OAAO,CAACI,GAA4CC,MAAQ;AACzE,UAAMC,IAAYL,EAAaI,CAAG,EAAE;AACpC,WAAAD,EAAIC,CAAG,IAAIN,EAAO,IAAI,CAAAQ,MAAS;AAC3B,UAAIA,EAAM,SAAS;AACf,eAAO;AAAA,UACH,MAAM;AAAA,UACN,MAAMA;AAAAA,UACN,OAAOL,EAA6B,IAAI,CAAAM,OAI7B,EAAC,MAHKF,EAAU;AAAA,YAAO,OAC1BH,EAAS,MAAM,CAACM,GAAQC,MAAQ,OAAOZ,EAAU,eAAeW,EAAO,OAAOE,EAAI,GAAG,CAAC,MAAMH,EAAOE,CAAG,CAAC;AAAA,UAAA,EAAA,EAG9G,EAAE,OAAO,OAAQE,EAAK,KAAK,SAAS,CAAC;AAAA,QAAA;AAG9C,UAAIL,EAAM,SAAS;AACf,eAAO;AAAA,UACH,MAAM;AAAA,UACN,MAAMA;AAAAA,UACN,OAAOD;AAAAA,QAAA;AAGfO,MAAAA,EAAWN,GAAO,gCAAgC;AAAA,IACtD,CAAC,GACMH;AAAAA,EACX,GAAG,CAAA,CAAE;AACT;","x_google_ignoreList":[0]}
|
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { renderToString as R } from "../node_modules/react-dom/server.browser.js";
|
|
2
|
+
import { AbstractChart as A } from "../AbstractChart.js";
|
|
3
|
+
import j from "./ChartRenderer.js";
|
|
2
4
|
import { getDots as L } from "./dots.js";
|
|
3
|
-
import { getLayersData as
|
|
4
|
-
import { createLegendInfo as k, addPalettesToAesMapping as K } from "./utils/createLegendInfo.js";
|
|
5
|
-
import { renderToString as O } from "../node_modules/react-dom/server.browser.js";
|
|
6
|
-
import T from "./ChartRenderer.js";
|
|
7
|
-
import { ScatterplotSettingsImpl as C } from "./ScatterplotSettingsImpl.js";
|
|
5
|
+
import { getLayersData as k } from "./getLayersData.js";
|
|
8
6
|
import { getRegressionData as x } from "./linearRegression.js";
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
import { ScatterplotSettingsImpl as b } from "./ScatterplotSettingsImpl.js";
|
|
8
|
+
import { createLegendInfo as K, addPalettesToAesMapping as O } from "./utils/createLegendInfo.js";
|
|
9
|
+
var T = Object.defineProperty, P = (d, t, e) => t in d ? T(d, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : d[t] = e, f = (d, t, e) => P(d, typeof t != "symbol" ? t + "" : t, e);
|
|
10
|
+
function C(d) {
|
|
11
|
+
if (!d.length)
|
|
12
12
|
return [];
|
|
13
13
|
let t = [[]];
|
|
14
|
-
return
|
|
14
|
+
return d.forEach((e) => {
|
|
15
15
|
const a = [];
|
|
16
16
|
e.forEach((r) => {
|
|
17
|
-
a.push(...t.map((
|
|
17
|
+
a.push(...t.map((i) => [...i, r]));
|
|
18
18
|
}), t = a;
|
|
19
19
|
}), t;
|
|
20
20
|
}
|
|
21
|
-
function H(
|
|
22
|
-
return typeof
|
|
21
|
+
function H(d) {
|
|
22
|
+
return typeof d == "object" && "type" in d && d.type === "grouping";
|
|
23
23
|
}
|
|
24
|
-
class
|
|
24
|
+
class $ extends A {
|
|
25
25
|
constructor(t, e, a) {
|
|
26
|
-
super(t, e),
|
|
27
|
-
}),
|
|
26
|
+
super(t, e), f(this, "settings"), f(this, "chartRenderer"), f(this, "onTooltipHintSwitch", () => {
|
|
27
|
+
}), f(this, "calculatedData", null), this.chartRenderer = new j(), this.settings = new b(e), a && (this.onTooltipHintSwitch = a.onTooltipHintSwitch);
|
|
28
28
|
}
|
|
29
29
|
mount(t) {
|
|
30
30
|
try {
|
|
31
31
|
this.chartRenderer.init(t), this._updateData(), this._updateChart();
|
|
32
32
|
} catch (e) {
|
|
33
|
-
e instanceof Error && this.chartRenderer.renderError(e.message);
|
|
33
|
+
console.error(e), e instanceof Error && (this.chartRenderer.renderError(e.message), console.error(e));
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
unmount() {
|
|
@@ -39,74 +39,72 @@ class z extends R {
|
|
|
39
39
|
updateSettingsAndData(t, e) {
|
|
40
40
|
try {
|
|
41
41
|
const a = this.settings, r = this.data;
|
|
42
|
-
this.settings = new
|
|
42
|
+
this.settings = new b(e), this.data = t, this._needUpdateCalculatedDataBySettings(a, this.settings) || this._needUpdateCalculatedDataByData(r, this.data) ? this._updateData() : this._updateAesInData(), this._updateChart();
|
|
43
43
|
} catch (a) {
|
|
44
|
-
a instanceof Error && this.chartRenderer.renderError(a.message);
|
|
44
|
+
console.error(a), a instanceof Error && (this.chartRenderer.renderError(a.message), console.error(a));
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
updateChartState(t, e) {
|
|
48
48
|
console.warn("no chart state for scatterplot");
|
|
49
49
|
}
|
|
50
50
|
export() {
|
|
51
|
-
return this._updateChart(),
|
|
51
|
+
return this._updateChart(), R(this.chartRenderer.component);
|
|
52
52
|
}
|
|
53
53
|
_needUpdateCalculatedDataBySettings(t, e) {
|
|
54
|
-
var a, r,
|
|
55
|
-
return t.facetBy.some((
|
|
54
|
+
var a, r, i, h;
|
|
55
|
+
return t.facetBy.some((o, n) => {
|
|
56
56
|
var s;
|
|
57
|
-
return
|
|
58
|
-
}) || t.grouping.length !== e.grouping.length || t.grouping.some((
|
|
57
|
+
return o.value !== ((s = e.facetBy[n]) == null ? void 0 : s.value);
|
|
58
|
+
}) || t.grouping.length !== e.grouping.length || t.grouping.some((o, n) => {
|
|
59
59
|
var s;
|
|
60
|
-
return
|
|
61
|
-
}) || (((a = t.label) == null ? void 0 : a.value) || ((r = e.label) == null ? void 0 : r.value)) && ((
|
|
60
|
+
return o.value !== ((s = e.grouping[n]) == null ? void 0 : s.value);
|
|
61
|
+
}) || (((a = t.label) == null ? void 0 : a.value) || ((r = e.label) == null ? void 0 : r.value)) && ((i = t.label) == null ? void 0 : i.value) !== ((h = e.label) == null ? void 0 : h.value) || t.layers.length !== e.layers.length || t.layers.some((o, n) => o.type !== e.layers[n].type) || !!t.trend != !!e.trend;
|
|
62
62
|
}
|
|
63
63
|
_needUpdateCalculatedDataByData(t, e) {
|
|
64
64
|
const a = Object.keys(t.data), r = Object.keys(e.data);
|
|
65
|
-
return t.id !== e.id || a.length !== r.length || a.some((
|
|
66
|
-
var
|
|
67
|
-
return t.data[
|
|
65
|
+
return t.id !== e.id || a.length !== r.length || a.some((i) => {
|
|
66
|
+
var h;
|
|
67
|
+
return t.data[i].length !== ((h = e.data[i]) == null ? void 0 : h.length);
|
|
68
68
|
});
|
|
69
69
|
}
|
|
70
70
|
_updateData() {
|
|
71
|
-
const { x: t, y: e, facetBy: a, grouping: r, keyColumn:
|
|
72
|
-
this.data.setGrouping([...
|
|
71
|
+
const { x: t, y: e, facetBy: a, grouping: r, keyColumn: i, trend: h, layers: o, inheritedAes: n, label: s, highlight: g } = this.settings, p = this.data.getColumnCategories(i.value), c = a.map((l) => this.data.getColumnCategories(l.value)).filter((l) => l.length > 0), u = r.map((l) => this.data.getColumnCategories(l.value)).filter((l) => l.length > 0), v = c.length ? C(c) : [["null"]], D = u.length ? C(u) : [["null"]], S = a.map((l) => l.value) ?? null;
|
|
72
|
+
this.data.setGrouping([...S, i.value]);
|
|
73
73
|
const E = {
|
|
74
|
-
x: this.data.
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
}),
|
|
78
|
-
y: this.data.rows.every((u) => {
|
|
79
|
-
const g = u[e.value];
|
|
80
|
-
return g === null || !(Number(g) < 0);
|
|
81
|
-
})
|
|
82
|
-
}, f = L(this.data, D, t, e, s, p, y), m = Object.keys(f), _ = x(f, m, b, r, d), B = k(this.data, r, i, n), A = j(i, m, f, b, r);
|
|
74
|
+
x: this.data.getColumn(t.value).every((l) => l === null || !(Number(l) < 0)),
|
|
75
|
+
y: this.data.getColumn(e.value).every((l) => l === null || !(Number(l) < 0))
|
|
76
|
+
}, y = L(this.data, v, t, e, s, g, p), m = Object.keys(y), _ = x(this.data, y, m, D, r, h), w = K(this.data, r, o, n), B = k(this.data, o, m, y, D, r);
|
|
83
77
|
this.calculatedData = {
|
|
84
78
|
onlyPositive: E,
|
|
85
|
-
dotsByFacets:
|
|
79
|
+
dotsByFacets: y,
|
|
86
80
|
facetKeys: m,
|
|
87
|
-
facetKeysCombinations:
|
|
81
|
+
facetKeysCombinations: v,
|
|
88
82
|
trendsData: _,
|
|
89
|
-
legendLabels:
|
|
90
|
-
layersData:
|
|
83
|
+
legendLabels: w,
|
|
84
|
+
layersData: B
|
|
91
85
|
};
|
|
92
86
|
}
|
|
93
87
|
_updateAesInData() {
|
|
94
88
|
const t = this.calculatedData;
|
|
95
89
|
if (!t)
|
|
96
90
|
return;
|
|
97
|
-
const { grouping: e, trend: a, layers: r, inheritedAes:
|
|
98
|
-
|
|
91
|
+
const { grouping: e, trend: a, layers: r, inheritedAes: i } = this.settings, { facetKeys: h, trendsData: o } = t;
|
|
92
|
+
h.forEach((n) => {
|
|
99
93
|
for (let s = 0; s < r.length; s++)
|
|
100
94
|
t.layersData[n][s].info = r[s];
|
|
101
95
|
}), e.forEach((n) => {
|
|
102
|
-
const s = /* @__PURE__ */ new Set(),
|
|
103
|
-
r.forEach((
|
|
104
|
-
|
|
105
|
-
H(
|
|
96
|
+
const s = /* @__PURE__ */ new Set(), g = {};
|
|
97
|
+
r.forEach((p) => {
|
|
98
|
+
p.aes && Object.entries(p.aes).forEach(([c, u]) => {
|
|
99
|
+
H(u) && u.value === n.value && (s.add(c), u.palette && (g[c] = u.palette));
|
|
106
100
|
});
|
|
107
|
-
}), t.legendLabels[n.value].usedAes = [...s], t.legendLabels[n.value].aesMap =
|
|
108
|
-
|
|
109
|
-
|
|
101
|
+
}), t.legendLabels[n.value].usedAes = [...s], t.legendLabels[n.value].aesMap = O(
|
|
102
|
+
n,
|
|
103
|
+
g,
|
|
104
|
+
i[n.value]
|
|
105
|
+
);
|
|
106
|
+
}), o && a && Object.keys(o).forEach((n) => {
|
|
107
|
+
o[n].forEach((s) => {
|
|
110
108
|
s.color = a.color, s.bounded = a.bounded;
|
|
111
109
|
});
|
|
112
110
|
});
|
|
@@ -114,8 +112,9 @@ class z extends R {
|
|
|
114
112
|
_updateChart() {
|
|
115
113
|
if (!this.calculatedData)
|
|
116
114
|
return;
|
|
117
|
-
const { id: t, chartSettings: e, facetSettings: a, grouping: r, keyColumn:
|
|
115
|
+
const { id: t, chartSettings: e, facetSettings: a, grouping: r, keyColumn: i, layers: h, trend: o } = this.settings;
|
|
118
116
|
this.chartRenderer.render(
|
|
117
|
+
this.data,
|
|
119
118
|
t,
|
|
120
119
|
e,
|
|
121
120
|
a,
|
|
@@ -124,18 +123,18 @@ class z extends R {
|
|
|
124
123
|
//for titles, if facet by more than 1 column
|
|
125
124
|
this.calculatedData.dotsByFacets,
|
|
126
125
|
this.calculatedData.trendsData,
|
|
127
|
-
|
|
126
|
+
i,
|
|
128
127
|
this.calculatedData.onlyPositive,
|
|
129
128
|
this.calculatedData.legendLabels,
|
|
130
129
|
this.calculatedData.layersData,
|
|
131
130
|
r,
|
|
132
|
-
|
|
133
|
-
|
|
131
|
+
h,
|
|
132
|
+
o,
|
|
134
133
|
this.onTooltipHintSwitch
|
|
135
134
|
);
|
|
136
135
|
}
|
|
137
136
|
}
|
|
138
137
|
export {
|
|
139
|
-
|
|
138
|
+
$ as ChartScatterplot
|
|
140
139
|
};
|
|
141
140
|
//# sourceMappingURL=index.js.map
|