forked from finos/perspective
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update plugin #120
Merged
Merged
Update plugin #120
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… from to_format()
Implement t_data_slice API for data extraction from 0 & 1-sided views
Fixed 0-sided schema
Fixed lint_cpp script
Added window support to `to_arrow()`
D3fc plugin - "Nearby" tooltips for some charts
…ring to lose precision
…skip_headers and merge into templated get_data
…ad-path Fix webpack config load path
Implemented fix for missing final date value
* Added bollinger bands and moving average to candle/ohlc Also reorganised the seriesColor stuff to make it a bit more reusable * Moved ohlc/candle series into its own module Also support for only one `mainValue`, by getting the `closeValue` from the next day's `openValue`. The bollinger stuff is based off the `openValue` anyway.
Reused tooltip code to extract relevant name-value data for currently selected node. Added source row object to each data element so it can be sent back up in the event. Added "filter" information to the settings so it can be included in the event.
Implemented selection events from d3fc plugin
Initialise by briefly creating svg elements to get the css styles for all series. Then use those styles for the colour ranges. Colour ranges now always have a default, so no need to fall back on hard-coded or un-styled. Get "opacity" level (for fill areas etc) from the base "series" setting, so it can be applied at runtime. This allows the themes to set different opacity levels.
Used a html template rather than reproducing similar files for each. Included themed version of one chart (bar) Excluded OHLC and Candlestick because the simple_tests data is not suitable Updates to results.json
Fix sum abs agg
Do not show number on header indicator if only one column is sorted
D3fc plugin - Basic OHLC and Candlestick charts
`on_update` delta calculations are now lazy
…into jpmorganchase-master
Merge/jpmorganchase master
Shouldn't show legend when only one series (scale range is 1)
Fixed legend when only one series
Added integration screenshot tests for more d3fc charts
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.