Quantcast
Channel: 🎛️ Dash - Plotly Community Forum
Browsing all 6271 articles
Browse latest View live

Change hover title

Hi! I have a chart with tick vals and tick text, when I hover the bars of the charts, the tooltip is showing the value of tick text and I need to show the value of tick vals. Any idea? 1 post - 1...

View Article


Cytoscape node data on release

Hi all Currently there is the feature of getting the node dictionary with ‘tapNode’ which is triggered when the user click or tap Is there any way to get the user release the node?, For example, a...

View Article


Real-Time Heatmap Streaming with dcc.Interval and extendData

I have seen multiple demos to show how to use extendData for streaming data in real-time, but all the examples were with scatterplots. I’m not sure if it would work with heatmap. I want to stream a...

View Article

Image may be NSFW.
Clik here to view.

dbc.CardBody scrollable

Is it possible to have a scrollable CardBody just like for ModalBody? So i ihave a fixed CardHeader , but a scrollable Body if contents of the body expands. My scenario: I have a Modal with header,...

View Article

Callback error while filtering data

Hi Everyone, I am developing my first app on the dash. Below is my code and I am getting an error in a callback. - File “”, line 183, in update_cards ** dff_1 = dff[(dff[‘District’]==dist_val) &...

View Article


Error: update must be a key:value in dcc.Graph's extendData property

I was trying to use extendData property of dcc.Graph(), but show the mentioned error. I used the following code. The ext variable is a array of dictionary as expected by the extendData. import dash...

View Article

Discussion about having more resources for software developers

Dash is an amazing tool but it has some problems; I don’t know why, but seems like the Dash team/enterprise has some interest conflicts so sometimes seems like they are trying to create difficulties...

View Article

How can I add session manager for my dash app?

How can I add a session manager for the Dash app with the MySQL server? I got one package for session manager namely (pip install dash-access-manager) but It is generating session for MongoDB but I...

View Article


Image may be NSFW.
Clik here to view.

Adjust Sunburst Leaf Color/Opacity

Hello, I am trying to use custom colors in this sunburst chart, but I am unable to adjust the opacity. How can I set the opacity to 100% on everything? faded968×566 32.8 KB fig =px.sunburst( {...

View Article


Image may be NSFW.
Clik here to view.

Is chart studio usable with Dash apps?

I asked that question in before, but did not get an answer. Is chart studio usable with Dash apps? It seems all the Dash examples are gone from the web page: plotly.com Plotly Oops! This page does not...

View Article

Image may be NSFW.
Clik here to view.

Guidance on the best way to deploy a plotly dashboard to a production...

Hello, I recently completed my first plotly/dash dashboard. I’ve very happy. I would now like to deploy it in a production environment. Unfortunately that will also be a first for me. The IT team at...

View Article

Image may be NSFW.
Clik here to view.

Bootstrap navbar: flush logo to the left

Below is a snippet of dash bootstrap Navbar code. Need help to flush the logo to the left navvar2506×224 16.7 KB Blockquote logo = dbc.Navbar( dbc.Container( [ dcc.Location(id=“url”, refresh=True),...

View Article

Image may be NSFW.
Clik here to view.

InvalidCallbackReturnValue, another type of output is expected

Hi there! I’m trying to create my dashboard with graphs but get strange errors that I don’t know how to fix. There’s my code: app = dash.Dash(__name__, external_stylesheets) df =...

View Article


Image may be NSFW.
Clik here to view.

Show map tile even when dataframe is empty

Hey guys, I’m trying to show map (open-street-map) even when I have empty dataframe but I don’t know how. When I have empty dataframe the map backgroud (tile) is missing and I got blank axis. Not...

View Article

Slider filter for DataTable | Python

I have a dcc.slider that is filtering out datatable rows based off of the normalized value count, or frequency of occurrence, of the value in a specified column. That’s the intention at least. The...

View Article


Pattern matching Callbacks not firing

I have pattern matching ids, and the callbacks are not firing when Loading the app import dash import dash_core_components as dcc import dash_html_components as html import dash_bootstrap_components...

View Article

Image may be NSFW.
Clik here to view.

Creating an interactive menu

I’d like to make a dynamic menu in dash. I’m just not sure how to go about to create this. This is what i’ve managed to do: import dash import dash_core_components as dcc import dash_html_components...

View Article


Image may be NSFW.
Clik here to view.

Create_annotated_heatmap doesn't show figure with axis labels correctly

I want to show annontated heatmaps in a Plotly Dash app with annotations. The heatmap works totally fine, if I didn’t add axis labels or if the labels weren’t just string with only digits but if I...

View Article

Dash-leaflet custom marker icon on data from geoJSON [SOLVED]

Hey guys, I’m trying to make custom marker icon based on value in dataframe column. I changed df to geojson (geobuf), everything works but I don’t know how to make custom marker. I followed “dash...

View Article

Error building dash-daq for development

Hey there, I’ve been trying to build dash-daq for a while now. I followed the instructions given in the Readme which are pretty straight foward: $ git clone https://github.com/plotly/dash-daq.git $...

View Article
Browsing all 6271 articles
Browse latest View live