@pie-lib/graphing-module 1.0.23 → 1.0.24
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/module/index.js +15 -11
- package/module/manifest.json +2 -2
- package/package.json +1 -1
package/module/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {_dll_prop_types, _dll_lodash, _dll_react, _dll_material_ui__core_styles, _dll_material_ui__core, _dll_pie_lib__render_ui, _dll_react_dom, _dll_debug, _dll_classnames, _dll_material_ui__core_styles_color_manipulator} from "../../shared-module@^1.4.
|
|
1
|
+
import {_dll_prop_types, _dll_lodash, _dll_react, _dll_material_ui__core_styles, _dll_material_ui__core, _dll_pie_lib__render_ui, _dll_react_dom, _dll_debug, _dll_classnames, _dll_material_ui__core_styles_color_manipulator} from "../../shared-module@^1.4.3/module/index.js";
|
|
2
2
|
const PropTypes$C = _dll_prop_types;
|
|
3
3
|
const BaseDomainRangeType = {
|
|
4
4
|
min: PropTypes$C.number.isRequired,
|
|
@@ -1109,7 +1109,7 @@ const amountToIncreaseWidth$2 = longestWord => {
|
|
|
1109
1109
|
if (!longestWord) {
|
|
1110
1110
|
return 0;
|
|
1111
1111
|
}
|
|
1112
|
-
return longestWord *
|
|
1112
|
+
return longestWord * 20;
|
|
1113
1113
|
};
|
|
1114
1114
|
var utils$1 = Object.freeze({
|
|
1115
1115
|
__proto__: null,
|
|
@@ -1144,14 +1144,17 @@ const GraphTitle = withStyles$k(theme => ({
|
|
|
1144
1144
|
}
|
|
1145
1145
|
}))(({value, classes}) => React$D.createElement(Typography, {
|
|
1146
1146
|
className: classes.title,
|
|
1147
|
-
variant: "h5",
|
|
1148
1147
|
color: "primary",
|
|
1148
|
+
variant: "h5",
|
|
1149
|
+
dangerouslySetInnerHTML: {
|
|
1150
|
+
__html: value
|
|
1151
|
+
},
|
|
1149
1152
|
__self: undefined,
|
|
1150
1153
|
__source: {
|
|
1151
1154
|
fileName: _jsxFileName$v,
|
|
1152
1155
|
lineNumber: 19
|
|
1153
1156
|
}
|
|
1154
|
-
}
|
|
1157
|
+
}));
|
|
1155
1158
|
class Root$1 extends React$D.Component {
|
|
1156
1159
|
constructor(...args) {
|
|
1157
1160
|
super(...args);
|
|
@@ -1206,14 +1209,14 @@ class Root$1 extends React$D.Component {
|
|
|
1206
1209
|
__self: this,
|
|
1207
1210
|
__source: {
|
|
1208
1211
|
fileName: _jsxFileName$v,
|
|
1209
|
-
lineNumber:
|
|
1212
|
+
lineNumber: 79
|
|
1210
1213
|
}
|
|
1211
1214
|
}, title && React$D.createElement(GraphTitle, {
|
|
1212
1215
|
value: title,
|
|
1213
1216
|
__self: this,
|
|
1214
1217
|
__source: {
|
|
1215
1218
|
fileName: _jsxFileName$v,
|
|
1216
|
-
lineNumber:
|
|
1219
|
+
lineNumber: 80
|
|
1217
1220
|
}
|
|
1218
1221
|
}), React$D.createElement('svg', {
|
|
1219
1222
|
width: finalWidth,
|
|
@@ -1222,7 +1225,7 @@ class Root$1 extends React$D.Component {
|
|
|
1222
1225
|
__self: this,
|
|
1223
1226
|
__source: {
|
|
1224
1227
|
fileName: _jsxFileName$v,
|
|
1225
|
-
lineNumber:
|
|
1228
|
+
lineNumber: 81
|
|
1226
1229
|
}
|
|
1227
1230
|
}, React$D.createElement('g', {
|
|
1228
1231
|
ref: r => {
|
|
@@ -1236,7 +1239,7 @@ class Root$1 extends React$D.Component {
|
|
|
1236
1239
|
__self: this,
|
|
1237
1240
|
__source: {
|
|
1238
1241
|
fileName: _jsxFileName$v,
|
|
1239
|
-
lineNumber:
|
|
1242
|
+
lineNumber: 82
|
|
1240
1243
|
}
|
|
1241
1244
|
}, children)));
|
|
1242
1245
|
}
|
|
@@ -3008,7 +3011,7 @@ var amountToIncreaseWidth$1 = function amountToIncreaseWidth(longestWord) {
|
|
|
3008
3011
|
if (!longestWord) {
|
|
3009
3012
|
return 0;
|
|
3010
3013
|
}
|
|
3011
|
-
return longestWord *
|
|
3014
|
+
return longestWord * 20;
|
|
3012
3015
|
};
|
|
3013
3016
|
utils.amountToIncreaseWidth = amountToIncreaseWidth$1;
|
|
3014
3017
|
const debug$8 = _dll_debug;
|
|
@@ -9408,6 +9411,7 @@ class Graph extends React$r.Component {
|
|
|
9408
9411
|
...m,
|
|
9409
9412
|
disabled: true
|
|
9410
9413
|
},
|
|
9414
|
+
labelNode: this.state.labelNode,
|
|
9411
9415
|
...common,
|
|
9412
9416
|
__self: this,
|
|
9413
9417
|
__source: {
|
|
@@ -9433,7 +9437,7 @@ class Graph extends React$r.Component {
|
|
|
9433
9437
|
__self: this,
|
|
9434
9438
|
__source: {
|
|
9435
9439
|
fileName: _jsxFileName$o,
|
|
9436
|
-
lineNumber:
|
|
9440
|
+
lineNumber: 203
|
|
9437
9441
|
}
|
|
9438
9442
|
});
|
|
9439
9443
|
}), React$r.createElement('foreignObject', {
|
|
@@ -9447,7 +9451,7 @@ class Graph extends React$r.Component {
|
|
|
9447
9451
|
__self: this,
|
|
9448
9452
|
__source: {
|
|
9449
9453
|
fileName: _jsxFileName$o,
|
|
9450
|
-
lineNumber:
|
|
9454
|
+
lineNumber: 219
|
|
9451
9455
|
}
|
|
9452
9456
|
})));
|
|
9453
9457
|
}
|
package/module/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-lib/graphing-module",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.24",
|
|
4
4
|
"mappings": {
|
|
5
5
|
"@pie-lib/plot": "_dll_pie_lib__plot",
|
|
6
6
|
"@pie-lib/graphing": "_dll_pie_lib__graphing",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"modules": [
|
|
28
28
|
{
|
|
29
29
|
"name": "@pie-lib/shared-module",
|
|
30
|
-
"version": "^1.4.
|
|
30
|
+
"version": "^1.4.3"
|
|
31
31
|
}
|
|
32
32
|
],
|
|
33
33
|
"isLocal": true
|