@accurat/chart-library
Advanced tools
Comparing version 0.8.0-beta.17 to 0.8.0-beta.18
@@ -62,12 +62,17 @@ var __assign = (this && this.__assign) || function () { | ||
return (React.createElement("div", { style: __assign({ background: 'black', color: 'white', minWidth: 130, transform: transform }, font) }, | ||
hasX && (React.createElement(React.Fragment, null, | ||
hasLabel ? (React.createElement(React.Fragment, null, | ||
React.createElement(Row, { first: true }, | ||
React.createElement(Value, null, labelComp)), | ||
React.createElement(Row, null, | ||
React.createElement(Value, null, columnNames.y), | ||
React.createElement(Value, { bold: true }, xComp)))) : (React.createElement(React.Fragment, null, | ||
React.createElement(Row, { first: true }, | ||
React.createElement(Value, null, xComp)))), | ||
hasX && hasLabel && (React.createElement(React.Fragment, null, | ||
React.createElement(Row, { first: true }, | ||
React.createElement(Value, null, labelComp)), | ||
React.createElement(Row, null, | ||
React.createElement(Value, null, columnNames.x), | ||
React.createElement(Value, { bold: true }, xComp)), | ||
React.createElement(Row, null, | ||
React.createElement(Value, null, columnNames.y), | ||
React.createElement(Value, { bold: true }, yComp)), | ||
isColorCategorical && hasCategory && (React.createElement(Row, null, | ||
React.createElement(Value, { color: categoryColor }, categoryString))))), | ||
hasX && !hasLabel && (React.createElement(React.Fragment, null, | ||
React.createElement(Row, { first: true }, | ||
React.createElement(Value, null, xComp)), | ||
React.createElement(Row, null, | ||
isColorCategorical && hasCategory ? (React.createElement(Value, { color: categoryColor }, categoryString)) : (React.createElement(Value, null, columnNames.y)), | ||
@@ -74,0 +79,0 @@ React.createElement(Value, { bold: true }, yComp)))), |
{ | ||
"name": "@accurat/chart-library", | ||
"version": "0.8.0-beta.17", | ||
"version": "0.8.0-beta.18", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
3132684
29500