Skip to content

Commit

Permalink
Update ternary.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaffuri authored Jan 31, 2025
1 parent 4b5240b commit 7847fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/ternary.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const ternaryClassifier = (properties, totalFunction, opts = {}) => {
//parameter to decide wether to use mixed classes m0, m1, m2.
const withMixedClasses = opts.withMixedClasses != undefined ? opts.withMixedClasses : true

//paramerter decide wether to use a central class, and the size of this central class.
//parameter to decide wether to use a central class, and the size of this central class.
//set to 0 or undefined for not showing any central class. Set to 1 for a central class that contains the mix classes
const cc = opts.centerCoefficient ? 1 - opts.centerCoefficient : undefined

Expand Down

0 comments on commit 7847fac

Please sign in to comment.