Skip to content

Commit

Permalink
Update src/transform.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Dominik Moritz <[email protected]>
  • Loading branch information
joelostblom and domoritz authored Dec 15, 2023
1 parent ef1afcf commit 65a9e57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/transform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -498,8 +498,8 @@ export interface DensityTransform {
as?: [FieldName, FieldName];
/**
* Indicates how parameters for multiple densities should be resolved.
* If "independent", each density may have its own domain extent and dynamic number of curve sample steps.
* If "shared", the KDE transform will ensure that all densities are defined over a shared domain and curve steps, enabling stacking.
* If `"independent"`, each density may have its own domain extent and dynamic number of curve sample steps.
* If `"shared"`, the KDE transform will ensure that all densities are defined over a shared domain and curve steps, enabling stacking.
*
* __Default value:__ `"independent"`
*/
Expand Down

0 comments on commit 65a9e57

Please sign in to comment.