Adam
Adam
@IcToxi proposed the following community app that has pattern matching: ``` from dash import Dash, html, dcc, Input, Output, State, MATCH, ALL app = Dash(__name__) questionnaire = { 1: {...
Adam: from 1st app to cultural dimensions Somesh: Discrete color to KNN clasification Tolga: Legend app to Plotly Express App Gyasi: Poisson app to the end [Google sheet](https://docs.google.com/spreadsheets/d/1-ezhib_RuwSDckDM2znEkIutO7MEOltQYqkc_61zUcU/edit?usp=sharing) here. @tolgahancepel...
Initially reported on the [Plotly forum](https://community.plotly.com/t/hoversubplots-axis-not-working-with-make-subplots/84239). Using make_subplots means that the `hoversubplots=“axis”` will not work correctly. Sample code that produces the error: [Codepen](https://codepen.io/charming-data/pen/bGJXQWL). ``` import plotly.graph_objects as go from plotly...
This bug was reported by Community Member, [Bryan](https://community.plotly.com/u/jinnyzor/summary). If you go to the [Theming and Templates page](https://plotly.com/python/templates/#view-available-themes) in the docs and switch the docs to dark theme, all the graph...
Thank you @nidhikamath2102 for the app that you sent me. I am attaching your code below with a few updates. 1. I changed the component IDs because IDs have a...
[Issue reported by community on the forum](https://community.plotly.com/t/issue-with-patch-update-in-dash-with-visualisation/85769). @T4rk1n and I took a deeper look into it but we couldn't pinpoint the location of the bug exactly. There may be a...
proposed by empet [on the forum](https://community.plotly.com/t/faster-animation-than-with-duration-0/72083/2?u=adamschroeder).
I'd like to propose that we create a formal `citation.cff` file for plotly.js that we can refer people to when they want to cite Plotly. There are at least two...
This issue was opened to ensure we have resources in place to update the Dash AG Grid docs.