plotly / plotly/react-plotly.js

Is it possible to add some sort of loading spinner to this component ?

Open
#310 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
1.1k
Forks
138
Avg merge
3d 2h
Merged PRs (30d)
4

Description

I am wondering how can I display a loading spinner while the chart is being rendered.
I have a choropleth map with a lot of data and it takes a while for it to finish rendering.
I would like to display a spinner until the chart has finished rendering.

Is this possible ?

Contributor guide

No contributing guide indexed for this repository

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 reading the React component's chart-rendering lifecycle and the surrounding documentation for render completion. Determine whether the component exposes a completion point that can control a spinner, then verify that the spinner remains visible until the choropleth chart finishes rendering.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, react
Domain
data-visualization, frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.