Skip to content

Commit e260ceb

Browse files
committed
docs: order options in alphabetical order
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: passed - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 7085304 commit e260ceb

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/plot/vega/power-scale/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/plot/vega/power-scale/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ var debug = logger( 'vega:log-scale:main' );
5858
* @constructor
5959
* @param {Options} options - constructor options
6060
* @param {string} options.name - scale name
61-
* @param {number} [options.exponent=1] - exponent
6261
* @param {(Collection|Object|Signal)} [options.bins] - bin boundaries over the scale domain
6362
* @param {boolean} [options.clamp=false] - boolean indicating whether to clamp output values to the scale range
6463
* @param {(Collection|Object|Signal)} [options.domain] - domain of associated data values
6564
* @param {number} [options.domainMax] - maximum value in the scale domain (overrides the `domain` option)
6665
* @param {number} [options.domainMin] - minimum value in the scale domain (overrides the `domain` option)
6766
* @param {number} [options.domainMid] - single mid-point value inserted into a two-element domain
6867
* @param {Collection} [options.domainRaw] - array of raw domain values which overrides the `domain` property
68+
* @param {number} [options.exponent=1] - exponent
6969
* @param {(string|Object)} [options.interpolate] - scale range interpolation method
7070
* @param {(boolean|number|Signal)} [options.nice=false] - scale domain "nicing"
7171
* @param {number} [options.padding] - scale domain padding (in pixels)

0 commit comments

Comments
 (0)