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

Integrate Giraffe tick generation options into View Options #238

Closed
TCL735 opened this issue Oct 29, 2020 · 2 comments · Fixed by #285
Closed

Integrate Giraffe tick generation options into View Options #238

TCL735 opened this issue Oct 29, 2020 · 2 comments · Fixed by #285
Assignees
Labels
enhancement New feature or request team/ui

Comments

@TCL735
Copy link
Contributor

TCL735 commented Oct 29, 2020

Integrate Giraffe's new tick generation options into the View Options. This will be feature flagged behind the flag axisTicksGenerator.

A user should be able to specify any of the following: total number of ticks, tick interval (step), and starting point of the first tick. User's selections should be saved per cell. If a user does not specify any of these properties, or if missing properties leads to a failure to determine ticks for rendering, then the ticks should be auto-populated or determined by Giraffe similar to behavior prior to this feature. However, a deliberate "0 ticks rendered" scenario should be allowed through overtly specified options.

The following views should have options for tick generation:

  • XYView
  • XY + Single Stat View
  • BandView
  • HeatmapView
  • ScatterView
  • MosaicView (x axis only)
@TCL735 TCL735 added enhancement New feature or request team/ui labels Oct 29, 2020
@TCL735 TCL735 added this to the Sprint 20-Q4-3 milestone Oct 29, 2020
@TCL735 TCL735 self-assigned this Oct 29, 2020
@TCL735
Copy link
Contributor Author

TCL735 commented Oct 29, 2020

@TCL735
Copy link
Contributor Author

TCL735 commented Nov 3, 2020

The design of the options will be similar to the Auto/Custom Domain design. The difference being the "Custom" selection will show 3 boxes instead of 2.

Additionally, when an axis is based on _time then the Custom options will use a date picker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request team/ui
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant