Andrew Stein

Results 124 comments of Andrew Stein

I'm happy to make this easier but not sure what can be done exactly. The current Perspective examples use [`WebFontLoader`](https://github.com/typekit/webfontloader) which allows you to specify the repository and load behavior...

I am certain this still won't work even with Arrow 5.0. We don't yet build LZ4 for wasm for starters, it is "enabled" by default in that the python API...

Thanks for the report! You are using two different charting plugins. In the Jupyter example, you're using `@finos/perspective-viewer-highcharts` (which is en route to deprecation ..). This plugin implements datetime axes...

This is very doable, but comes with a specific caveat: there is no easy way to get _just_ a picture or otherwise stripped-down version of a `PerspectiveWidget` without also the...

Thanks for the detailed report and repro! I believe Perspective is correct here, this is a quirk in `datetime-local` - see https://bugs.chromium.org/p/chromium/issues/detail?id=328524 Perspective treats numbers in `datetime` columns as UTC...

@100starnight I appreciate the attention to this issue but this is not the correct fix. The axis label container width (in this case for `linearAxis` types in the Y position)...

Perspective is currently only internationalized for the `en-us` locale. The UI is already uses fully parameterized labels, so new UI locales can mostly be added via CSS [example](https://github.com/finos/perspective/blob/master/rust/perspective-viewer/src/themes/material.less#L99); the UI...

Thanks for the PR! This is a great feature idea. We already do something similar for column-pivots on `treemap` and `sunburst` charts, and the new `@finos/perspective-viewer-datagrid` module can easily provide...

Not currently, but the data engine supports an undocumented [`leaves_only`](https://github.com/finos/perspective/blob/master/packages/perspective/src/js/perspective.js#L416) parameter for pivots that only output the leaf rows which would be somewhat straightforward to implement in the UI. In...

@pawan521 You don't have to ask for permission, just take a crack at it and reply in this Issue have any questions. No task marked `good first issue` should really...