@datagrok-libraries/statistics
Advanced tools
Comparing version 1.3.3 to 1.3.4
# statistics changelog | ||
## 1.3.4 (2024-05-22) | ||
### Bug fixes | ||
* [#2855](https://github.com/datagrok-ai/public/issues/2855): Rollback from marker to markerType | ||
## 1.3.3 (2024-05-22) | ||
@@ -4,0 +10,0 @@ |
@@ -7,3 +7,3 @@ { | ||
"friendlyName": "statistics", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "Statistics utilities", | ||
@@ -10,0 +10,0 @@ "dependencies": { |
@@ -103,4 +103,4 @@ import * as DG from 'datagrok-api/dg'; | ||
parameterBounds?: FitParamBounds[]; | ||
marker?: FitMarkerType; | ||
outlierMarker?: FitOutlierMarkerType; | ||
markerType?: FitMarkerType; | ||
outlierMarkerType?: FitOutlierMarkerType; | ||
lineStyle?: FitLineStyle; | ||
@@ -107,0 +107,0 @@ pointColor?: string; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
285582