@sgratzl/chartjs-chart-boxplot
Advanced tools
Comparing version 4.2.2 to 4.2.3
@@ -58,2 +58,3 @@ /** | ||
declare class BoxAndWiskers extends StatsBase$1<IBoxAndWhiskerProps, IBoxAndWhiskersOptions> { | ||
static id: string; | ||
} | ||
@@ -113,2 +114,3 @@ declare module 'chart.js' { | ||
declare class Violin extends StatsBase$1<IViolinElementProps, IViolinElementOptions> { | ||
static id: string; | ||
} | ||
@@ -145,2 +147,3 @@ declare module 'chart.js' { | ||
declare class BoxPlotChart<DATA extends unknown[] = BoxPlotDataPoint[], LABEL = string> extends Chart<'boxplot', DATA, LABEL> { | ||
static id: string; | ||
constructor(item: ChartItem, config: Omit<ChartConfiguration<'boxplot', DATA, LABEL>, 'type'>); | ||
@@ -147,0 +150,0 @@ } |
{ | ||
"name": "@sgratzl/chartjs-chart-boxplot", | ||
"description": "Chart.js module for charting boxplots and violin charts", | ||
"version": "4.2.2", | ||
"version": "4.2.3", | ||
"publishConfig": { | ||
@@ -6,0 +6,0 @@ "access": "public" |
@@ -101,5 +101,2 @@ import { | ||
> { | ||
/** | ||
* @internal | ||
*/ | ||
static id = BoxPlotController.id; | ||
@@ -106,0 +103,0 @@ |
@@ -242,5 +242,2 @@ import { BarElement, ChartType, CommonHoverOptions, ScriptableAndArrayOptions, ScriptableContext } from 'chart.js'; | ||
/** | ||
* @internal | ||
*/ | ||
static id = 'boxandwhiskers'; | ||
@@ -247,0 +244,0 @@ |
@@ -129,5 +129,2 @@ import { | ||
/** | ||
* @internal | ||
*/ | ||
static id = 'violin'; | ||
@@ -134,0 +131,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
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
363140
5407