-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
D3fc plugin #498
D3fc plugin #498
Commits on Mar 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c28a0da - Browse repository at this point
Copy the full SHA c28a0daView commit details -
Configuration menu - View commit details
-
Copy full SHA for fcbcc85 - Browse repository at this point
Copy the full SHA fcbcc85View commit details -
Configuration menu - View commit details
-
Copy full SHA for b36a8ac - Browse repository at this point
Copy the full SHA b36a8acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e33926 - Browse repository at this point
Copy the full SHA 3e33926View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b1f4f9 - Browse repository at this point
Copy the full SHA 3b1f4f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b89a400 - Browse repository at this point
Copy the full SHA b89a400View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46045f0 - Browse repository at this point
Copy the full SHA 46045f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba5dd9a - Browse repository at this point
Copy the full SHA ba5dd9aView commit details
Commits on Mar 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4352864 - Browse repository at this point
Copy the full SHA 4352864View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d81039 - Browse repository at this point
Copy the full SHA 1d81039View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6726583 - Browse repository at this point
Copy the full SHA 6726583View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10d8b5f - Browse repository at this point
Copy the full SHA 10d8b5fView commit details -
Fixed bug in CSV parsing which caused number-like columns declared st…
…ring to lose precision
Configuration menu - View commit details
-
Copy full SHA for 2becba0 - Browse repository at this point
Copy the full SHA 2becba0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3d9baa - Browse repository at this point
Copy the full SHA c3d9baaView commit details -
refactor get_data to return t_data_slice struct, remote get_data_two_…
…skip_headers and merge into templated get_data
Configuration menu - View commit details
-
Copy full SHA for 0da33b9 - Browse repository at this point
Copy the full SHA 0da33b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0903f4 - Browse repository at this point
Copy the full SHA d0903f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b5f1d8 - Browse repository at this point
Copy the full SHA 2b5f1d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 639b620 - Browse repository at this point
Copy the full SHA 639b620View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ae5c70 - Browse repository at this point
Copy the full SHA 8ae5c70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8650ea2 - Browse repository at this point
Copy the full SHA 8650ea2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e043b2 - Browse repository at this point
Copy the full SHA 2e043b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41e49a2 - Browse repository at this point
Copy the full SHA 41e49a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e58291 - Browse repository at this point
Copy the full SHA 1e58291View commit details -
Configuration menu - View commit details
-
Copy full SHA for eed7269 - Browse repository at this point
Copy the full SHA eed7269View commit details -
Configuration menu - View commit details
-
Copy full SHA for e128439 - Browse repository at this point
Copy the full SHA e128439View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1a1478 - Browse repository at this point
Copy the full SHA a1a1478View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ed8790 - Browse repository at this point
Copy the full SHA 7ed8790View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9df7e36 - Browse repository at this point
Copy the full SHA 9df7e36View commit details -
Re-implemented multi-level axis using potential d3fc components
The modified d3fc axis component is likely to look mostly like this. The multi-axis component may or may not make it into d3. We split the axis into multiple levels in Perspective code, then give that information to the multi-axis
Configuration menu - View commit details
-
Copy full SHA for f64fb1f - Browse repository at this point
Copy the full SHA f64fb1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f835841 - Browse repository at this point
Copy the full SHA f835841View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1fddae - Browse repository at this point
Copy the full SHA d1fddaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7dac1b - Browse repository at this point
Copy the full SHA d7dac1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8212a7c - Browse repository at this point
Copy the full SHA 8212a7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55f3bdf - Browse repository at this point
Copy the full SHA 55f3bdfView commit details -
XY chart displays shapes as well as colour
Shape also has to be displayed in the legend
Configuration menu - View commit details
-
Copy full SHA for a86e0da - Browse repository at this point
Copy the full SHA a86e0daView commit details -
Make legend more d3 component-like
2 types of legend - colour (categories) and symbol (shape and colour) Moved filter functions to their own module
Configuration menu - View commit details
-
Copy full SHA for 84ae797 - Browse repository at this point
Copy the full SHA 84ae797View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c4db27 - Browse repository at this point
Copy the full SHA 8c4db27View commit details -
Apply XY point colour based on mainValue (#73)
* Apply XY point colour based on mainValue * Add colourRangeLegend to XY chart with colour range * Use newer colourRangeLegend for Heatmap legend and scale
Configuration menu - View commit details
-
Copy full SHA for 6bf0af5 - Browse repository at this point
Copy the full SHA 6bf0af5View commit details -
Set back to reference "cjs" dependency, with yarn focus (#74)
* Set back to reference "cjs" dependency, with yarn focus This change requires the use of `yarn install --focus" in the perspective-viewer-d3fc folder, if you're only compiling the plugin (so that the dependency with the /cjs folder is pulled in locally) * Update to work without global install webpack Must pick webpack 3.5.6 when doing `yarn install --focus` * Silence webpack error relating to "@d3fc/d3fc-data-join" reference
Configuration menu - View commit details
-
Copy full SHA for ffa614b - Browse repository at this point
Copy the full SHA ffa614bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 096463c - Browse repository at this point
Copy the full SHA 096463cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c996451 - Browse repository at this point
Copy the full SHA c996451View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a808e8 - Browse repository at this point
Copy the full SHA 3a808e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12d9603 - Browse repository at this point
Copy the full SHA 12d9603View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0857b0b - Browse repository at this point
Copy the full SHA 0857b0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9810fd - Browse repository at this point
Copy the full SHA e9810fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for e90b2fb - Browse repository at this point
Copy the full SHA e90b2fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for acfb1e8 - Browse repository at this point
Copy the full SHA acfb1e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e90a786 - Browse repository at this point
Copy the full SHA e90a786View commit details -
Configuration menu - View commit details
-
Copy full SHA for d13a198 - Browse repository at this point
Copy the full SHA d13a198View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90b500d - Browse repository at this point
Copy the full SHA 90b500dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50b747c - Browse repository at this point
Copy the full SHA 50b747cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4220268 - Browse repository at this point
Copy the full SHA 4220268View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eeec51 - Browse repository at this point
Copy the full SHA 3eeec51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85d95c5 - Browse repository at this point
Copy the full SHA 85d95c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 157e967 - Browse repository at this point
Copy the full SHA 157e967View commit details -
Added limited zooming to other charts
Only currently works for continuous scales (i.e. time series)
Configuration menu - View commit details
-
Copy full SHA for 3243901 - Browse repository at this point
Copy the full SHA 3243901View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe5c142 - Browse repository at this point
Copy the full SHA fe5c142View commit details -
Configuration menu - View commit details
-
Copy full SHA for f86c901 - Browse repository at this point
Copy the full SHA f86c901View commit details -
Fix re-order bug when using splitBy on column/bar charts
The problem occurred because we filtered out empty values from the grouped series data, leading to a different ordering when the data was re-combined for the domain. Instead, we can keep the empty values in as 0 (or baseValue + 0)
Configuration menu - View commit details
-
Copy full SHA for 877fdd9 - Browse repository at this point
Copy the full SHA 877fdd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49d070c - Browse repository at this point
Copy the full SHA 49d070cView commit details -
Configuration menu - View commit details
-
Copy full SHA for edced86 - Browse repository at this point
Copy the full SHA edced86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36536b9 - Browse repository at this point
Copy the full SHA 36536b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a2b1da - Browse repository at this point
Copy the full SHA 5a2b1daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52e45bc - Browse repository at this point
Copy the full SHA 52e45bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0276a1f - Browse repository at this point
Copy the full SHA 0276a1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48822bb - Browse repository at this point
Copy the full SHA 48822bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f75d4f - Browse repository at this point
Copy the full SHA 9f75d4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for af496a9 - Browse repository at this point
Copy the full SHA af496a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05e790e - Browse repository at this point
Copy the full SHA 05e790eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1b16ef - Browse repository at this point
Copy the full SHA b1b16efView commit details -
Configuration menu - View commit details
-
Copy full SHA for a34770b - Browse repository at this point
Copy the full SHA a34770bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73db153 - Browse repository at this point
Copy the full SHA 73db153View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45ce414 - Browse repository at this point
Copy the full SHA 45ce414View commit details -
Configuration menu - View commit details
-
Copy full SHA for 161df0b - Browse repository at this point
Copy the full SHA 161df0bView commit details -
move common symbols const and function into separate file (seriesSymb…
…ols.js) - also, reduce padding on y_scatter
Configuration menu - View commit details
-
Copy full SHA for 2faf6ac - Browse repository at this point
Copy the full SHA 2faf6acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1483182 - Browse repository at this point
Copy the full SHA 1483182View commit details -
Configuration menu - View commit details
-
Copy full SHA for befdd67 - Browse repository at this point
Copy the full SHA befdd67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84bbe6d - Browse repository at this point
Copy the full SHA 84bbe6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b25cbd3 - Browse repository at this point
Copy the full SHA b25cbd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for df374ca - Browse repository at this point
Copy the full SHA df374caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ec0109 - Browse repository at this point
Copy the full SHA 2ec0109View commit details -
Configuration menu - View commit details
-
Copy full SHA for c137fe9 - Browse repository at this point
Copy the full SHA c137fe9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 434272a - Browse repository at this point
Copy the full SHA 434272aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3f14ee - Browse repository at this point
Copy the full SHA a3f14eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a06534 - Browse repository at this point
Copy the full SHA 7a06534View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9547f6e - Browse repository at this point
Copy the full SHA 9547f6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 031aea9 - Browse repository at this point
Copy the full SHA 031aea9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32720e1 - Browse repository at this point
Copy the full SHA 32720e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49a7317 - Browse repository at this point
Copy the full SHA 49a7317View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9d6d71 - Browse repository at this point
Copy the full SHA d9d6d71View commit details -
Added __ROW_PATH__ to t_data_slice.m_column_names, removed clean_data…
… from to_format()
Configuration menu - View commit details
-
Copy full SHA for 56de4fb - Browse repository at this point
Copy the full SHA 56de4fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5548e9f - Browse repository at this point
Copy the full SHA 5548e9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f75ea27 - Browse repository at this point
Copy the full SHA f75ea27View commit details -
Refactored tooltips into cartesian-chart component
Get x/y range from plot-area "measure" event Use a generic approach (similar to mainAxis) for getting closest point Added option to existing tooltip component to allow for always-show Added tooltips for canvas scatter chart
Configuration menu - View commit details
-
Copy full SHA for 2139877 - Browse repository at this point
Copy the full SHA 2139877View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb5ed7f - Browse repository at this point
Copy the full SHA eb5ed7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9739d07 - Browse repository at this point
Copy the full SHA 9739d07View commit details -
Updated d3fc and replaced local cartesianSvgChart
New approach to setting xAxis/yAxis lead to a slightly different method for styling the axis too.
Configuration menu - View commit details
-
Copy full SHA for 2d78932 - Browse repository at this point
Copy the full SHA 2d78932View commit details -
Fixed problem with non-rotated labels
The d3fc chart replaces the axis `decorate` function with its own `xDecorate` function, so we need to set that directly.
Configuration menu - View commit details
-
Copy full SHA for b117d38 - Browse repository at this point
Copy the full SHA b117d38View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3d317a - Browse repository at this point
Copy the full SHA b3d317aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c418b3 - Browse repository at this point
Copy the full SHA 9c418b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3ffdc6 - Browse repository at this point
Copy the full SHA e3ffdc6View commit details -
Removed old SVG X/Y chart and replace with the Canvas one (#88)
* Removed old SVG X/Y chart and replace with the Canvas one * Remove old pointSeries
Configuration menu - View commit details
-
Copy full SHA for b84a792 - Browse repository at this point
Copy the full SHA b84a792View commit details -
Fixed some MS-Edge issues (#90)
Replaced use of Array.flat "Fixed" `withoutOpacity` function so that it uses "rgb()" instead of "rgba()" Added workaround for weird Edge issue that doesn't render the plot-area of some charts (bar/column charts and heatmap) unless you resize the window. An immediate redraw of the D3 element seems to work, but is not great.
Configuration menu - View commit details
-
Copy full SHA for 38cd726 - Browse repository at this point
Copy the full SHA 38cd726View commit details -
Configuration menu - View commit details
-
Copy full SHA for 746eef1 - Browse repository at this point
Copy the full SHA 746eef1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d8cb4c - Browse repository at this point
Copy the full SHA 8d8cb4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54117f8 - Browse repository at this point
Copy the full SHA 54117f8View commit details -
Improved and simplified nearby-tooltip code and used on y-scatter
It turns out we don't actually need to use copies of the scales, and therefore can avoid decorating the chart object to get the "measure" (though this approach does require calling the "toolTip" component after the chart has been rendered. This allows us to simplify the code quite a lot. Also: * rebind `settings` and other properties from base tooltip component * added `size` option for controlling highlight sizing (though the "range" has to be modified because the symbol size behaviour isn't the same as the circle radius behaviour) * Use nearby-tooltip for the y-scatter chart, since it's a better experience
Configuration menu - View commit details
-
Copy full SHA for e3e495a - Browse repository at this point
Copy the full SHA e3e495aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4306406 - Browse repository at this point
Copy the full SHA 4306406View commit details -
Configuration menu - View commit details
-
Copy full SHA for 992ad6a - Browse repository at this point
Copy the full SHA 992ad6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0607ca - Browse repository at this point
Copy the full SHA b0607caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c915f6 - Browse repository at this point
Copy the full SHA 8c915f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5306e85 - Browse repository at this point
Copy the full SHA 5306e85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11928e7 - Browse repository at this point
Copy the full SHA 11928e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51539f8 - Browse repository at this point
Copy the full SHA 51539f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b4506f - Browse repository at this point
Copy the full SHA 3b4506fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 097a92e - Browse repository at this point
Copy the full SHA 097a92eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3049941 - Browse repository at this point
Copy the full SHA 3049941View commit details -
Configuration menu - View commit details
-
Copy full SHA for ace4c69 - Browse repository at this point
Copy the full SHA ace4c69View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce14f08 - Browse repository at this point
Copy the full SHA ce14f08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33148b2 - Browse repository at this point
Copy the full SHA 33148b2View commit details
Commits on Mar 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0e95c9c - Browse repository at this point
Copy the full SHA 0e95c9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8e1145 - Browse repository at this point
Copy the full SHA f8e1145View commit details -
Configuration menu - View commit details
-
Copy full SHA for 728bf63 - Browse repository at this point
Copy the full SHA 728bf63View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5c6631 - Browse repository at this point
Copy the full SHA f5c6631View commit details
Commits on Mar 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7e99b49 - Browse repository at this point
Copy the full SHA 7e99b49View commit details -
Merge pull request #98 from redbearsam/feature/legend_draggable_and_k…
…eys_cropped legend draggable and keys cropped
Configuration menu - View commit details
-
Copy full SHA for fd1814b - Browse repository at this point
Copy the full SHA fd1814bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dbe178 - Browse repository at this point
Copy the full SHA 0dbe178View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3155e0b - Browse repository at this point
Copy the full SHA 3155e0bView commit details -
Merge pull request #109 from redbearsam/refactor/gridlines
Refactored shared svg/canvas gridlines
Configuration menu - View commit details
-
Copy full SHA for 8d4680e - Browse repository at this point
Copy the full SHA 8d4680eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e775cb4 - Browse repository at this point
Copy the full SHA e775cb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a488259 - Browse repository at this point
Copy the full SHA a488259View commit details -
Merge pull request #110 from redbearsam/feature/ohlc-canvas
Switched ohlc and candlestick charts to canvas
Configuration menu - View commit details
-
Copy full SHA for 240e94e - Browse repository at this point
Copy the full SHA 240e94eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ab6060 - Browse repository at this point
Copy the full SHA 1ab6060View commit details
Commits on Mar 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 55e9bc5 - Browse repository at this point
Copy the full SHA 55e9bc5View commit details -
Change bar alignment when not using an ordinal scale
For ordinal scales the bars have inner and outer padding to offset them, and should also be left-aligned to draw them in the right place. For non-ordinal scales without the padding, the alignment should be left at the default.
Configuration menu - View commit details
-
Copy full SHA for 52c2f1d - Browse repository at this point
Copy the full SHA 52c2f1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fcbda1 - Browse repository at this point
Copy the full SHA 7fcbda1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec00be8 - Browse repository at this point
Copy the full SHA ec00be8View commit details
Commits on Mar 22, 2019
-
Merge pull request #112 from redbearsam/fix/data-extents
Implemented fix for missing final date value
Configuration menu - View commit details
-
Copy full SHA for 90007e9 - Browse repository at this point
Copy the full SHA 90007e9View commit details -
Added bollinger bands and moving average to candle/ohlc (#111)
* 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.
Configuration menu - View commit details
-
Copy full SHA for 16c25e2 - Browse repository at this point
Copy the full SHA 16c25e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52d929a - Browse repository at this point
Copy the full SHA 52d929aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73799b0 - Browse repository at this point
Copy the full SHA 73799b0View commit details -
Implemented selection events from d3fc plugin
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.
Configuration menu - View commit details
-
Copy full SHA for 2019d04 - Browse repository at this point
Copy the full SHA 2019d04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 716e88e - Browse repository at this point
Copy the full SHA 716e88eView commit details -
Merge pull request #113 from redbearsam/feature/selection-events
Implemented selection events from d3fc plugin
Configuration menu - View commit details
-
Copy full SHA for 4868088 - Browse repository at this point
Copy the full SHA 4868088View commit details
Commits on Mar 25, 2019
-
Theme chart series from CSS and theme file (#114)
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.
Configuration menu - View commit details
-
Copy full SHA for 5e7ff57 - Browse repository at this point
Copy the full SHA 5e7ff57View commit details -
Added integration screenshot tests for more d3fc charts
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
Configuration menu - View commit details
-
Copy full SHA for 85e3a40 - Browse repository at this point
Copy the full SHA 85e3a40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a18683 - Browse repository at this point
Copy the full SHA 2a18683View commit details
Commits on Mar 26, 2019
-
Merge branch 'master' of https://github.com/jpmorganchase/perspective …
…into jpmorganchase-master
Configuration menu - View commit details
-
Copy full SHA for 0816f45 - Browse repository at this point
Copy the full SHA 0816f45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46c762d - Browse repository at this point
Copy the full SHA 46c762dView commit details -
Merge pull request #116 from redbearsam/merge/jpmorganchase-master
Merge/jpmorganchase master
Configuration menu - View commit details
-
Copy full SHA for f1b6b42 - Browse repository at this point
Copy the full SHA f1b6b42View commit details -
Fixed legend when only one series
Shouldn't show legend when only one series (scale range is 1)
Configuration menu - View commit details
-
Copy full SHA for 25af799 - Browse repository at this point
Copy the full SHA 25af799View commit details -
Merge pull request #118 from redbearsam/feature/fix-legend
Fixed legend when only one series
Configuration menu - View commit details
-
Copy full SHA for 6d86def - Browse repository at this point
Copy the full SHA 6d86defView commit details -
Merge pull request #117 from redbearsam/feature/test-more-charts
Added integration screenshot tests for more d3fc charts
Configuration menu - View commit details
-
Copy full SHA for f78d1e7 - Browse repository at this point
Copy the full SHA f78d1e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ada6aa - Browse repository at this point
Copy the full SHA 9ada6aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76a6944 - Browse repository at this point
Copy the full SHA 76a6944View commit details -
restore original packages/perspective-viewer-highcharts/test/results/…
…results.json file
Configuration menu - View commit details
-
Copy full SHA for 4058fb1 - Browse repository at this point
Copy the full SHA 4058fb1View commit details -
Merge pull request #119 from redbearsam/refresh_screenshots
refresh screenshots and update shares-template
Configuration menu - View commit details
-
Copy full SHA for 5b04105 - Browse repository at this point
Copy the full SHA 5b04105View commit details -
Merge pull request #121 from redbearsam/develop
Refresh screenshots
Configuration menu - View commit details
-
Copy full SHA for 30fdb82 - Browse repository at this point
Copy the full SHA 30fdb82View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd77cd5 - Browse repository at this point
Copy the full SHA dd77cd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0248167 - Browse repository at this point
Copy the full SHA 0248167View commit details -
Merge pull request #123 from redbearsam/add_GIT_COMMIT
Add git commit
Configuration menu - View commit details
-
Copy full SHA for 325e935 - Browse repository at this point
Copy the full SHA 325e935View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cb9602 - Browse repository at this point
Copy the full SHA 8cb9602View commit details
Commits on Mar 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 76447ce - Browse repository at this point
Copy the full SHA 76447ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for cad5882 - Browse repository at this point
Copy the full SHA cad5882View commit details -
Merge pull request #127 from redbearsam/feature/canvas-gridlines
Switched to new d3fc canvas gridline component
Configuration menu - View commit details
-
Copy full SHA for fe52f06 - Browse repository at this point
Copy the full SHA fe52f06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4aee480 - Browse repository at this point
Copy the full SHA 4aee480View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fb2182 - Browse repository at this point
Copy the full SHA 2fb2182View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49dfa23 - Browse repository at this point
Copy the full SHA 49dfa23View commit details -
Configuration menu - View commit details
-
Copy full SHA for f29b4e3 - Browse repository at this point
Copy the full SHA f29b4e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 525e04e - Browse repository at this point
Copy the full SHA 525e04eView commit details -
Merge pull request #130 from redbearsam/merge/master
Merge unit test functionality from perspective master
Configuration menu - View commit details
-
Copy full SHA for 6443c5f - Browse repository at this point
Copy the full SHA 6443c5fView commit details -
Merge pull request #132 from redbearsam/develop
Fix build error and add unit test support
Configuration menu - View commit details
-
Copy full SHA for 859f03b - Browse repository at this point
Copy the full SHA 859f03bView commit details