plotly / plotly/plotly.js

add more transition types

Open
#3,456 6 comments 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature P3
Dominant language
JavaScript
Stars
18.3k
Forks
2k
Avg merge
2d 12h
Merged PRs (30d)
28

Description

On the heels of #1849 being closed (via https://github.com/plotly/plotly.js/pull/3217), here's a list of new transition types/tweens that we'll want to add, probably piece by piece, trace by trace:

  • mark position tweening for all scatter types, and for bars (i.e. ranked bars that change rank)
    • bar position tweens done in #4180 and #4186
  • size tweening for everything that has a size: marker size for all scatter traces, height of bar/barpolar, box and violin parameters, text elements
    • bar height tweens done in #4180
  • color tweening for everything that has a color: bars, choropleths, boxes, whatever
    • bar color tweens done in #4180
  • range tweening for everything that has a range

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the transition work referenced in #1849, #4180, and #4186, including the remaining bar text color and font-size comment. Use the checklist in this issue to determine which position, size, color, and range tweening areas remain; done means the applicable listed trace types support those transitions.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
data-visualization
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.