sea-chart 0.0.66 → 0.0.67

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.
@@ -1637,7 +1637,7 @@ SQLStatisticsUtils.completenessSQlResult = (chart, sqlRows, chartSQLMap, tables)
1637
1637
  } else if (!targetValue && !completedValue) {
1638
1638
  completedRate = 'empty';
1639
1639
  } else {
1640
- completedRate = (Math.min(completedValue / targetValue, 1) * 100).toFixed(0);
1640
+ completedRate = (completedValue / targetValue * 100).toFixed(0);
1641
1641
  }
1642
1642
  res.push({
1643
1643
  name: nameValue,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sea-chart",
3
- "version": "0.0.66",
3
+ "version": "0.0.67",
4
4
  "main": "./dist/index.js",
5
5
  "dependencies": {
6
6
  "@antv/data-set": "0.11.8",