sea-chart 1.1.144 → 1.1.145
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 {
|
|
@@ -133,10 +133,7 @@ class NumericSummaryItem extends Component {
|
|
|
133
133
|
value: selectedColumnOption,
|
|
134
134
|
placeholder: intl.get('Select_a_column'),
|
|
135
135
|
onChange: option => this.props.onColumnOptionChange(option, index, selectedColumnOption, currentAxisesIndex),
|
|
136
|
-
options: availableOptions
|
|
137
|
-
style: {
|
|
138
|
-
color: '#6e7687'
|
|
139
|
-
}
|
|
136
|
+
options: availableOptions
|
|
140
137
|
})), /*#__PURE__*/React.createElement(FormGroup, {
|
|
141
138
|
className: "sea-chart-parameter-item summary-method"
|
|
142
139
|
}, /*#__PURE__*/React.createElement(Label, null, intl.get('Summary_method')), /*#__PURE__*/React.createElement(_DTableSelect, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sea-chart",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.145",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@antv/data-set": "0.11.8",
|
|
@@ -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",
|