@activeui-starter/boxplot
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -32,5 +32,3 @@ var __assign = (this && this.__assign) || function () { | ||
} | ||
console.log(data); | ||
var traces = buildBoxplotData(data); | ||
console.log(traces); | ||
return (React.createElement("div", { ref: container, tabIndex: 0, style: __assign(__assign({}, props.style), { height: '95%' }) }, | ||
@@ -37,0 +35,0 @@ React.createElement(Plot, { data: traces, layout: { |
{ | ||
"name": "@activeui-starter/boxplot", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "", | ||
@@ -24,3 +24,3 @@ "author": "", | ||
}, | ||
"gitHead": "b5dcda55c6d7e7a79ff42b59cabba18953e9822e" | ||
"gitHead": "73e4a52e12748a500f816611ea2e69cc0b67a0bf" | ||
} |
6243
138