dash-daq icon indicating copy to clipboard operation
dash-daq copied to clipboard

Control components for Dash

Results 57 dash-daq issues
Sort by recently updated
recently updated
newest added

Closes #64. ![Screen Shot 2019-10-16 at 10 08 11 AM](https://user-images.githubusercontent.com/15622051/66927231-74643780-effd-11e9-9009-756dbab3ec0d.png) ![Screen Shot 2019-10-16 at 10 11 31 AM](https://user-images.githubusercontent.com/15622051/66927232-74643780-effd-11e9-8489-5adcb6e281cf.png)

It was unclear to me what the difference is between `BooleanSwitch` and `ToggleSwitch`, and in fact I was a bit annoyed to see they have different names for the toggle...

It would be nice to be able to display the current slider mark vs its assoc. numerical value in the handle label. Since the developer can alter the handle marks,...

I've packaged this at conda forge and here are a few issues: - The PyPi package name is "dash-daq" but the tarball on PyPi is named "dash_daq". It is typical...

Wondering if this oft-repeated "default adapter" code could be shared through an import in all your tests _Originally posted by @Marc-Andre-Rivet in https://github.com/plotly/dash-daq/pull/58_

A react-dom console error appears when dash-daq in [tektronix app](https://dash-gallery.plotly.host/dash-daq-tektronix350/) is loaded. Toggle knobs result in more errors. A replicate snippet as follows: ```py import dash import dash_daq as daq...

cant view the components inside docker container

The python component classes are generated using `_dash.development.component_loader.load_components`. This limits typing information support also it is not that easy to override them. Comparatively other dash component providing libraries provide `.py`...

Dear community, I'm new at designing apps (with Dash), so my question may be a straightforward one. I am using some dash-daq components in a form (e.g. NumericInput, sliders). Is...

Hi I am trying to establish a serial communication with VISA on windows 10, python 3.7.3 : ```import dash import visa rm = visa.ResourceManager() instr = rm.open_resource('ASRL1::INSTR') app = dash.Dash(__name__)...