-
Notifications
You must be signed in to change notification settings - Fork 29
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
Track height of circular tracks is unclear but required #278
Comments
I think the current use of Currently,
Perhaps, instead of indirectly using the |
If we treat the |
@wangqianwen0418 Thank you for suggestion. If we stick to use I think one disadvantage in this approach is that (1) it might be still challenging to calculate the circumference for users (which would require them to adjust the parameters several times by looking at the output visualizations) and (2) values of Our main rationale was to provide low viscosity, i.e., changing layouts do not need to require users to change other props, like To allow users to fine-tune the visual parameters in circular layouts more easily, I think we can add additional circular-specific parameters, and if such parameters are not specified, What do you think about the overall idea? |
Yes, I agree with you! |
Sounds good. I agree to allow users to specify the |
How about using |
One concern I have regarding it is that This will require (1) users to change the |
My two cents are the following:
|
Thank you all for sharing your thoughts, @wangqianwen0418 and @flekschas. I think we have a consensus here, and we can update the grammar accordingly as follows:
|
This can be revisited after we work on removing HiGlass dependencies (#1113). Closing this for now. |
I noticed that the a track needs a
width
andheight
. In thelinear
layout the track height is directly applied but in the circular layout it seems to be unused (while still being required) as thecenterRadius
ultimately defines the track height.I wonder if the height could either be made optional in the circular layout or if it could be used.
E.g., you can test it with this example.
The text was updated successfully, but these errors were encountered: