Skip to content

Commit

Permalink
Update docs, see #27
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Jun 11, 2021
1 parent 30f77b1 commit f07e090
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/ChartTransform.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,10 @@ class ChartTransform {
}

/**
* The reverse of modelToView
* @param axisOrientation
* @param value
* @returns {*}
* Converts a scalar value from view coordinates to model coordinates, along the specified axis. The inverse of modelToView.
* @param {Orientation} axisOrientation
* @param {number} value
* @returns {number}
* @public
*/
viewToModel( axisOrientation, value ) {
Expand Down

0 comments on commit f07e090

Please sign in to comment.