Aleksandr Gaun
Aleksandr Gaun
## What problem(s) was I solving? Users couldn't paste images from clipboard into the chat other than drag-drop which isnt always as convenient as cmd+V. ## What user-facing changes did...
## What problem(s) was I solving? Keyboard shortcuts are hardcoded - users can't customize them to their preferences. ## What user-facing changes did I ship? - New 'Keyboard Shortcuts' section...
## What problem(s) was I solving? 1. Users couldn't permanently delete sessions - only archive them 2. No mouse-based multi-select for sessions (only keyboard shortcuts) ## What user-facing changes did...
## What problem(s) was I solving? Toast notifications couldn't be dismissed manually - users had to wait for them to auto-dismiss. ## What user-facing changes did I ship? All toast...
## Overview This PR adds a new `Plotly.profile()` API method that enables users to diagnose rendering performance of their Plotly charts by collecting timing data for each phase of the...
Implementation for Issue #5099 ( https://github.com/plotly/plotly.js/issues/5099 ) adds three new legend components that show unique values from marker attributes (color, size, symbol) rather than trace-based legends. New components: - colorlegend:...