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

Determine Tick Size #13

Closed
kanitw opened this issue Nov 30, 2014 · 3 comments
Closed

Determine Tick Size #13

kanitw opened this issue Nov 30, 2014 · 3 comments
Milestone

Comments

@kanitw
Copy link
Member

kanitw commented Nov 30, 2014

No description provided.

@kanitw kanitw added the Styling label Dec 2, 2014
@kanitw kanitw added this to the Later milestone Dec 2, 2014
@kanitw kanitw changed the title Styling Determine Tick Size Dec 2, 2014
@kanitw kanitw modified the milestones: Nice to Have, Support for FacetedViz Dec 7, 2014
@kanitw kanitw modified the milestones: Support for FacetedViz, Nice to Have Dec 28, 2014
@kanitw kanitw modified the milestones: 0.7 Required for FacetedViz, 0.8 Should have for facetedviz Feb 3, 2015
@kanitw
Copy link
Member Author

kanitw commented Feb 3, 2015

Here are a few examples of bad rendering:

  • dense time scale

facetedviz

{
  "marktype": "point",
  "enc": {"x": {"name": "Release_Date","type": "T"}},

}
  • dense quantitative scale

facetedviz

{
  "marktype": "point",
  "enc": {"x": {"name": "Worldwide_Gross","type": "Q"}}
}

@kanitw
Copy link
Member Author

kanitw commented Feb 4, 2015

Given that I rotate x-axis label if they are too long, we can rely on vega to determine tickSize for now.

@kanitw kanitw closed this as completed Feb 4, 2015
@kanitw
Copy link
Member Author

kanitw commented Feb 4, 2015

For the record, I actually set tickSize = 5 for quantitative x-axes

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

No branches or pull requests

1 participant