Skip to content

ploty chart not updating on event change #1147

Answered by fsmosca
pharouhk asked this question in Question
Discussion options

You must be logged in to vote

This is the full reproducible sample code. See some comments in create_fig().

It is better if the plotly html will work as the users can interact on the rendered plot. Currently only the image worked.

I test it on my windows 10 PC.

from io import StringIO
import base64

from reactpy import component, html, utils, hooks
from reactpy.backend.fastapi import configure, Options
from fastapi import FastAPI
import plotly
import plotly.express as px
import pandas as pd


PLOTLY_JS = {
    'src': 'https://cdn.plot.ly/plotly-latest.min.js',
    'charset': 'utf-8'
}


DATA = [
        {"Status": "Success", "Count": 200, "Quality": "A"},
        {"Status": "Failed", "Count": 50, "Quality": "S"},
    …

Replies: 6 comments 5 replies

Comment options

You must be logged in to vote
2 replies
@Archmonger
Comment options

@pharouhk
Comment options

Comment options

You must be logged in to vote
1 reply
@pharouhk
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@pharouhk
Comment options

@fsmosca
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Archmonger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants