sea-chart 2.0.53 → 2.0.55
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.
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
.sea-chart-settings .summary-type-explanation {
|
|
2
|
-
color:
|
|
2
|
+
color: var(--bs-icon-color);
|
|
3
3
|
font-size: 12px;
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
.sea-chart-settings .chart-summary-types__option--is-selected .summary-type-explanation {
|
|
7
|
-
color:
|
|
7
|
+
color: var(--bs-icon-color) !important;
|
|
8
|
+
margin-top: 4px;
|
|
8
9
|
}
|
|
9
10
|
|
|
10
11
|
.sea-chart-settings .chart-summary-types__value-container .summary-type-explanation {
|
|
@@ -141,10 +141,7 @@ class NumericSummaryItem extends _react.Component {
|
|
|
141
141
|
value: selectedColumnOption,
|
|
142
142
|
placeholder: _intl.default.get('Select_a_column'),
|
|
143
143
|
onChange: option => this.props.onColumnOptionChange(option, index, selectedColumnOption, currentAxisesIndex),
|
|
144
|
-
options: availableOptions
|
|
145
|
-
style: {
|
|
146
|
-
color: '#6e7687'
|
|
147
|
-
}
|
|
144
|
+
options: availableOptions
|
|
148
145
|
})), /*#__PURE__*/_react.default.createElement(_reactstrap.FormGroup, {
|
|
149
146
|
className: "sea-chart-parameter-item summary-method"
|
|
150
147
|
}, /*#__PURE__*/_react.default.createElement(_reactstrap.Label, null, _intl.default.get('Summary_method')), /*#__PURE__*/_react.default.createElement(_DTableSelect2.default, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sea-chart",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.55",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@dnd-kit/core": "^6.1.0",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"dotenv": "6.2.0",
|
|
103
103
|
"dotenv-expand": "5.1.0",
|
|
104
104
|
"dtable-store": "~6.0.11",
|
|
105
|
-
"dtable-ui-component": "7.0.
|
|
105
|
+
"dtable-ui-component": "7.0.7",
|
|
106
106
|
"ejs": "3.1.10",
|
|
107
107
|
"eslint": "^6.8.0",
|
|
108
108
|
"eslint-config-react-app": "^5.0.2",
|