@datagrok-libraries/statistics
Advanced tools
Comparing version 1.2.11 to 1.2.12
# statistics changelog | ||
## 1.2.12 (2024-03-14) | ||
### Features | ||
* [#2105](https://github.com/datagrok-ai/public/issues/2105): Added outlier color property. | ||
## 1.2.11 (2023-11-17) | ||
@@ -4,0 +10,0 @@ |
@@ -7,9 +7,9 @@ { | ||
"friendlyName": "statistics", | ||
"version": "1.2.11", | ||
"description": "", | ||
"version": "1.2.12", | ||
"description": "Statistics utilities", | ||
"dependencies": { | ||
"datagrok-api": "^1.17.0", | ||
"@datagrok-libraries/utils": "^4.1.0", | ||
"cash-dom": "latest", | ||
"jstat": "latest", | ||
"datagrok-api": "^1.18.0", | ||
"@datagrok-libraries/utils": "^4.1.45", | ||
"cash-dom": "^8.0.0", | ||
"jstat": "^1.9.6", | ||
"dayjs": "^1.11.7" | ||
@@ -16,0 +16,0 @@ }, |
@@ -80,2 +80,3 @@ import * as DG from 'datagrok-api/dg'; | ||
color?: string; | ||
outlierColor?: string; | ||
marker?: FitMarkerType; | ||
@@ -134,2 +135,3 @@ size?: number; | ||
confidenceIntervalColor?: string; | ||
outlierColor?: string; | ||
showFitLine?: boolean; | ||
@@ -136,0 +138,0 @@ showPoints?: string; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
317637
1986
Updatedcash-dom@^8.0.0
Updateddatagrok-api@^1.18.0
Updatedjstat@^1.9.6