@sgratzl/chartjs-chart-boxplot
Advanced tools
Comparing version 4.2.1 to 4.2.2
@@ -5,3 +5,3 @@ /** | ||
* | ||
* Copyright (c) 2019-2022 Samuel Gratzl <sam@sgratzl.com> | ||
* Copyright (c) 2019-2023 Samuel Gratzl <sam@sgratzl.com> | ||
*/ | ||
@@ -124,2 +124,3 @@ | ||
declare class BoxPlotController extends StatsBase<IBoxPlot, Required<IBoxplotOptions>> { | ||
static readonly id = "boxplot"; | ||
} | ||
@@ -148,2 +149,3 @@ interface BoxPlotControllerDatasetOptions extends ControllerDatasetOptions, IBoxplotOptions, ScriptableAndArrayOptions<IBoxAndWhiskersOptions, ScriptableContext<'boxplot'>>, ScriptableAndArrayOptions<CommonHoverOptions, ScriptableContext<'boxplot'>>, AnimationOptions<'boxplot'> { | ||
declare class ViolinController extends StatsBase<IViolin, Required<IViolinOptions>> { | ||
static readonly id = "violin"; | ||
} | ||
@@ -150,0 +152,0 @@ type ViolinDataPoint = number[] | (Partial<IViolin> & Pick<IViolin, 'median' | 'coords'>); |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* Copyright (c) 2019-2022 Samuel Gratzl <sam@sgratzl.com> | ||
* Copyright (c) 2019-2023 Samuel Gratzl <sam@sgratzl.com> | ||
*/ | ||
@@ -8,0 +8,0 @@ |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* Copyright (c) 2019-2022 Samuel Gratzl <sam@sgratzl.com> | ||
* Copyright (c) 2019-2023 Samuel Gratzl <sam@sgratzl.com> | ||
*/ | ||
@@ -8,0 +8,0 @@ |
{ | ||
"name": "@sgratzl/chartjs-chart-boxplot", | ||
"description": "Chart.js module for charting boxplots and violin charts", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"publishConfig": { | ||
@@ -6,0 +6,0 @@ "access": "public" |
@@ -43,5 +43,2 @@ import { | ||
/** | ||
* @internal | ||
*/ | ||
static readonly id = 'boxplot'; | ||
@@ -48,0 +45,0 @@ |
@@ -46,5 +46,2 @@ import { | ||
/** | ||
* @internal | ||
*/ | ||
static readonly id = 'violin'; | ||
@@ -51,0 +48,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
363152
5413