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

Hypergrid 2.1.x #104

Closed
wants to merge 14 commits into from
Closed

Hypergrid 2.1.x #104

wants to merge 14 commits into from

Conversation

joneit
Copy link
Contributor

@joneit joneit commented May 2, 2018

This new branch, hypergrid-2.1.x supersedes the hypergrid-2.1.6 branch whose name does not necessarily reflect the version in its tip. This branch contains all the same commits as that one — except rebased to "lastest" v0.1.9 (fa6a0a9) — so it's safe to delete it (the old branch, that is).

This PR brings ./packages/perspective-viewer-hypergrid up to date with the Hypergrid v2.1.9 release (released today). It also adds a few more lines to ./.gitignore.

@joneit joneit force-pushed the hypergrid-2.1.x branch 9 times, most recently from e6f897b to b949d3f Compare May 3, 2018 16:16
nmichaud and others added 11 commits May 4, 2018 14:43
- estimate_range(grid) -> Range.estimate(grid) // new Range object
- is_subrange(subRange, superRange) -> subRange.within(superRange)
- isNaN expressions -> range.isInvalid()
- remove JPMC patches — some weren't being used, some weren't necessary, and the header row height calculation patch was removed in favor new props:
- add `flatHeight` height of header row when no grouped column (absolute pixel height OR %-age of font height) with default of 250% to give the same result as the patch. (For other values, include in GroupedHeader options object.)
- added `nestedHeight` height of each header subrow when there are grouped column (absolute pixel height OR %-age of font height) with default of 160% to give the same result as the patch. (For other values, include in GroupedHeader options object.)
- add `{ paintBackground: null }` GroupedHeader option to turn off group label decoration (underlining, gradients, etc.)
- bump Hypergrid to version `2.1.9` (the remaining items depend on fin-hypergrid/core@6a6fcb1)
- truncated vertical grid rule lines so they don't overpaint group headers
- add `clipRuleLines` property to GroupedHeader cell renderer to clip vertical rule lines to bottom of header row
- add `{ clipRule: true }` GroupedHeader option
@texodus
Copy link
Member

texodus commented Jun 5, 2018

Superseded by 3.0 branch

@texodus texodus closed this Jun 5, 2018
texodus pushed a commit that referenced this pull request Mar 25, 2019
Basic OHLC and Candlestick charts
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