Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic dot size computation for dotted table chart #5

Merged
merged 8 commits into from
Oct 8, 2020

Conversation

silviubogan
Copy link
Contributor

Shows the Recommended minimum value: and a number in the field description.

@tiberiuichim
Copy link
Member

It doesn't work too well, I always get a recommended minimum size of 0.1 for my data. The idea is that we'd want, let's say, at most 15 dots. So the algorithm doesn't need to be complicated: just find the largest value, divide it by 15, round it and have it as the default value.

@silviubogan
Copy link
Contributor Author

It doesn't work too well, I always get a recommended minimum size of 0.1 for my data. The idea is that we'd want, let's say, at most 15 dots. So the algorithm doesn't need to be complicated: just find the largest value, divide it by 15, round it and have it as the default value.

I hope it is well done now. The computed size is displayed in the description and also set as the value every time a value is not set.

@tiberiuichim tiberiuichim merged commit 12e8020 into master Oct 8, 2020
@tiberiuichim tiberiuichim deleted the automatic-dotsize-dotted-table-chart branch October 18, 2020 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants