Skip to content
This repository was archived by the owner on Jul 3, 2021. It is now read-only.
This repository was archived by the owner on Jul 3, 2021. It is now read-only.

Some information #1

@Angelk90

Description

@Angelk90

Hi @prscX , congratulations on the new project.

Some doubts:

  1. I took a look at the formula you use, the one that is written in the readme:
    min + ((min - max) * position)
    But it should not be:
    min + ((max - min) * position)
    otherwise, for the maximum value we get negative values.

  2. It would be possible to add an attribute to specify the value that is not specified between [0,1].
    Example the formula is: value = [10,180]
    position = (value-min) / (max - min)
    position (initialPosition) would be a value between [0,1].
    I do not know if I explained myself well.

  3. In the image you can see that you can also put images as a minimum and maximum value.
    It can be done?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions