Reset_axes uirevision
@nraw wrote: I believe thereās a bug with the reset_axes button and the uirevision. To reproduce: Take a chart that has uirevision set to True. Then click reset axes. The next change will act in a...
View ArticleDataTable with Per-Column Dropdowns
@maza wrote: Does the data table dropdown per column have the possibility to enable the user to select multiple values? Posts: 2 Participants: 2 Read full topic
View ArticleColumns don't seem to work after v1.0.0
@sicco wrote: I have three HTML DIVs that I want to display next to each other so I use classname="four columns" on each of them. When I upgrade Dash from 0.43.0 to 1.0.0 or later (I tried 1.6.0 as...
View ArticleDatatables and Accessibility
@cufflink wrote: Iām working on an app that will be accessed by users with visual impairments. Iām trying to make my app āaccessibleā, but Iāve found that my datatables fail accessibility checks for...
View ArticleServing CSS for deployment on Apache2 server doesn't work
@sschneider wrote: Iām trying to host a Dash app on a Apache2 server, but serving another CSS file I have placed under the assets folder is not working. This topic did not really help me fix that...
View ArticleDatatable datetime format
@PBK wrote: I have data from a pandas dataframe that I want to put in a datatable. The first field is a date. Itās formatted YYYY-MM-DD in pandas. In the dataframe itās format is YYYY-MM-DDT00:00:00....
View ArticleDash: How to add a newline in string?
@caseguide wrote: I would like to render some json with each bit between {} on its own line like so: {āQuestionā:āWorkerIdā,āAnswerā:ā123ā} {āQuestionā:āHITIdā,āAnswerā:ā456ā}...
View ArticleCode not working
@ShrikanthHebbar wrote: I am trying to create a single data source and single control-container dynamic output components as per code shared by @chriddyp . Below is my code.I am not able to see any...
View ArticleHow to create a standalone dash app
@hadi wrote: Hi, i was able to create a standalone dash app on mac OS and it runs perfectly with cx_Freeze however when i repeat the process on a widows it gives me an error during runtime:...
View ArticleHosting Plotly Locally Coded HTML on Plotly for Powerpoint Embedding
@bfeaginjr wrote: Hello, this is my first post so I apologize if I have placed this in the wrong category! I am looking for a way to upload my plotly chart I coded locally onto the Plotly service, so...
View ArticlePost uploaded CSV data to S3
@saturnv wrote: I want to post the CSV I have uploaded to my app via the uploader component to Amazon S3 (via a pre-signed URL). Whatās the simplest way to do that? Right now I am reading the data...
View ArticleInteraction with Scatter- or Bar-Charts
@joe1313 wrote: Hi, to which extend is it possible to use scatter or bar charts as input from the user. For example I would like a user to drag the bars in a barchart to modify certain parameters,...
View ArticleSimple x, y from input data in editable DataTable
@f1uffstar wrote: (topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) Posts: 1 Participants: 1 Read full topic
View ArticleSimple x,y, plot from editable DataTable ValueError
@f1uffstar wrote: Hi. I am new to dash, and trying to implement the simplest (apparently) of apps, which is an x,y graph of input Float data to an editable table. I did a search, but all the questions...
View ArticleBar Chart - Bars have multiple segments - how to remove segment lines
@Jfrick100 wrote: I have a bar chart, and on the individual bars, I see little segments that I assume means I have a stacked bar chart. My data is city, month, and sales. My x values are city, and my...
View ArticleDash Upload data Update graph with callback - Cannot read property 'data' of...
@lazycat22 wrote: Iām new to Dash and trying to create a dashboard with upload data function and graph update with callbacks. However I got this error of āCannot read property ādataā of nullā when...
View ArticleCreate different Title, Meta Description for each page
@dck255 wrote: Hello, to optimize my site for Google SEO as well as for a better user experience. I need to be able to customized the title and meta description tag for each page (different relative...
View ArticleDash_daq - Thicker ring in gauge meter of dash_daq!
@naveen_9697 wrote: The ring that dash_daq.Gauge outputs is too thin. I would like to have thicker ring. I couldnāt find css element under āinspect elementā to increase the thickness of ring. How do i...
View ArticleDatatable - cells format like percent (%) ('format' in style_data_conditional...
@Masya wrote: Hi! I need to add percent symbol in one row of datatable. How can i add āformatā: FormatTemplate.percentage(1) in the next code style_data_conditional=[ { 'if': { 'row_index': 3,...
View ArticleDash datable styling money
@sercotel wrote: Hi back here with another problem, Iām creating a big dashboard which reads from an sql server a csv file and has different outputs. I create a dash datable thatās filtered by some...
View Article