Skip to content

Commit

Permalink
fix: typo in comment (#13933)
Browse files Browse the repository at this point in the history
  • Loading branch information
baxtergu committed Jan 4, 2021
1 parent ba71158 commit cc021d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extension-src/dataTool/prepareBoxplotData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function quantile(ascArr: number[], p: number): number {
* @param {Array.<number>} rawData like
* [
* [12,232,443], (raw data set for the first box)
* [3843,5545,1232], (raw datat set for the second box)
* [3843,5545,1232], (raw data set for the second box)
* ...
* ]
* @param {Object} [opt]
Expand Down
2 changes: 1 addition & 1 deletion src/chart/boxplot/prepareBoxplotData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export interface PrepareBoxplotDataOpt {
* @param rawData like
* [
* [12,232,443], (raw data set for the first box)
* [3843,5545,1232], (raw datat set for the second box)
* [3843,5545,1232], (raw data set for the second box)
* ...
* ]
* @param opt.boundIQR=1.5 Data less than min bound is outlier.
Expand Down

0 comments on commit cc021d5

Please sign in to comment.