Skip to content

Commit

Permalink
Merge pull request #423 from shadow-identity/patch-1
Browse files Browse the repository at this point in the history
Interval is unavailable on time axis
  • Loading branch information
Ovilia authored Nov 7, 2024
2 parents 989252d + f5203d3 commit 5933500
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion en/option-gl/component/axis3D-axis-common.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Compulsively set segmentation interval for axis.

As [splitNumber](~${componentType}.splitNumber) is a recommendation value, the calculated tick may not be the same as expected. In this case, interval should be used along with [min](~${componentType}.min) and [max](~${componentType}.max) to compulsively set tickings. But in most cases, we do not suggest using this, out automatic calculation is enough for most situations.

This is unavailable for category axis. Timestamp should be passed for [type](~${componentType}.type): 'time' axis. Logged value should be passed for [type](~${componentType}.type): 'log' axis.
This is unavailable for 'category' and 'time' axes. Logged value should be passed for [type](~${componentType}.type): 'log' axis.

## logBase(number) = 10

Expand Down
2 changes: 1 addition & 1 deletion en/option/component/axis-common.md
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ Compulsively set segmentation interval for axis.

As [splitNumber](~${componentType}.splitNumber) is a recommendation value, the calculated tick may not be the same as expected. In this case, interval should be used along with [min](~${componentType}.min) and [max](~${componentType}.max) to compulsively set tickings. But in most cases, we do not suggest using this, our automatic calculation is enough for most situations.

This is unavailable for category axis. Timestamp should be passed for [type](~${componentType}.type): 'time' axis. Logged value should be passed for [type](~${componentType}.type): 'log' axis.
This is unavailable for 'category' and 'time' axes. Logged value should be passed for [type](~${componentType}.type): 'log' axis.

#${prefix} logBase(number) = 10

Expand Down

0 comments on commit 5933500

Please sign in to comment.