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

Generate schema from TypeScript classes (#1011 & #927) #1131

Merged
merged 18 commits into from
Feb 17, 2016
Merged

Conversation

domoritz
Copy link
Member

See #1011

@domoritz domoritz changed the title [WIP] glimpseio [WIP] Generate schema from TypeScript classes (#1011 & #927) Feb 17, 2016
@domoritz domoritz force-pushed the dom/glimpseio branch 3 times, most recently from f18a720 to 3579e22 Compare February 17, 2016 21:15
bandWidth?: number;
/**
* Applies spacing among ordinal elements in the scale range. The actual effect depends on how the scale is configured. If the __points__ parameter is `true`, the padding value is interpreted as a multiple of the spacing between points. A reasonable value is 1.0, such that the first and last point will be offset from the minimum and maximum value by half the distance between points. Otherwise, padding is typically in the range [0, 1] and corresponds to the fraction of space in the range interval to allocate to padding. A value of 0.5 means that the range band width will be equal to the padding width. For more, see the [D3 ordinal scale documentation](https://github.com/mbostock/d3/wiki/Ordinal-Scales).
*/
padding?: number;

// typical
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we need to make the HEADER for semantic grouping clearer?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure what you mean. But seems to be something we can do over time as you said.

@kanitw
Copy link
Member

kanitw commented Feb 17, 2016

LGTM except minor comment about comment header. We can take care of that later too.

@domoritz domoritz changed the title [WIP] Generate schema from TypeScript classes (#1011 & #927) Generate schema from TypeScript classes (#1011 & #927) Feb 17, 2016
kanitw added a commit that referenced this pull request Feb 17, 2016
Generate schema from TypeScript classes (#1011 & #927)
@kanitw kanitw merged commit a1df902 into master Feb 17, 2016
@kanitw kanitw deleted the dom/glimpseio branch February 17, 2016 23:51
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

3 participants