td-plots 1.11.3 → 1.11.4
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/index.esm.js +0 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -2164,7 +2164,6 @@ const SummaryComparisonPlot = (props) => {
|
|
|
2164
2164
|
};
|
|
2165
2165
|
const comparedLines = [];
|
|
2166
2166
|
const comparedAnnotations = [];
|
|
2167
|
-
console.log("d3FormatValueString:", d3FormatValueString);
|
|
2168
2167
|
// Transform the data into a format suitable for a plotly scatterplot
|
|
2169
2168
|
const plotlyData = groups.flatMap((group, groupIndex) => {
|
|
2170
2169
|
const traces = [];
|