ruler icon indicating copy to clipboard operation
ruler copied to clipboard

Numbers in more detail

Open maryamseyedi opened this issue 3 years ago • 4 comments

Environments

  • Framework name:
  • Framework version:
  • Component name:
  • Component version:
  • Testable Address(optional):

Description

Hi. When I want my unit to be a huge number, ex: 1000, how do I add in-between numbers like:100, 500, etc?

Thank you

maryamseyedi avatar Mar 08 '22 14:03 maryamseyedi

@maryamseyedi

It is possible if the units are at regular intervals.

Inconsistent intervals are not supported.

daybrush avatar Mar 09 '22 06:03 daybrush

If the unit is 1000 and you want to reduce the spacing on the canvas, set the zoom low.

daybrush avatar Mar 09 '22 06:03 daybrush

hi Daybrush. Thanks so much for your fast reply. I will remember that. Another question I have is, is there a limit to the possible max number in the ruler? For example when I set it to 30000 it breaks for me. (Thanks again )

On Wed, Mar 9, 2022 at 7:17 AM Daybrush (Younkue Choi) < @.***> wrote:

If the unit is 1000 and you want to reduce the spacing on the canvas, set the zoom low.

— Reply to this email directly, view it on GitHub https://github.com/daybrush/ruler/issues/27#issuecomment-1062589810, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACK3HE2CAAJGLLMW246JBSTU7A66HANCNFSM5QGS3PGA . You are receiving this because you were mentioned.Message ID: @.***>

maryamseyedi avatar Mar 09 '22 07:03 maryamseyedi

@maryamseyedi

Yes use range option (default: [-Infinity, Infinity])

use [-Infinity, 30000]

daybrush avatar Mar 09 '22 09:03 daybrush