You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Built on top of [Plotly.js](https://github.com/plotly/plotly.js), [React](https:
23
23
|| Here’s a simple example of a Dash App that ties a Dropdown to a Plotly Graph. As the user selects a value in the Dropdown, the application code dynamically exports data from Google Finance into a Pandas DataFrame. This app was written in just **43** lines of code ([view the source](https://gist.github.com/chriddyp/3d2454905d8f01886d651f207e2419f0)). |
24
24
||Dash app code is declarative and reactive, which makes it easy to build complex apps that contain many interactive elements. Here’s an example with 5 inputs, 3 outputs, and cross filtering. This app was composed in just 160 lines of code, all of which were Python.|
25
25
|| Dash uses [Plotly.js](https://github.com/plotly/plotly.js) for charting. About 50 chart types are supported, including maps. |
26
-
|| Dash isn't just for dashboards. You have full control over the look and feel of your applications. Here's a Dash App that's styled to look like a PDF report. |
26
+
|| Dash isn't just for dashboards. You have full control over the look and feel of your applications. Here's a Dash App that's styled to look like a PDF report. |
27
27
28
28
To learn more about Dash, read the [extensive announcement letter](https://medium.com/@plotlygraphs/introducing-dash-5ecf7191b503) or [jump in with the user guide](https://plotly.com/dash).
29
29
@@ -53,4 +53,4 @@ Enterprise AI Features: Everything that your data science team needs to rapidly
53
53
54
54
See [https://plotly.com/contact-us/](https://plotly.com/contact-us/) to get in touch.
Copy file name to clipboardExpand all lines: components/dash-html-components/scripts/data/attributes.json
+8-26
Original file line number
Diff line number
Diff line change
@@ -417,12 +417,6 @@
417
417
],
418
418
"description": "Indicates the upper bound of the lower range."
419
419
},
420
-
"manifest": {
421
-
"elements": [
422
-
"html"
423
-
],
424
-
"description": "Specifies the URL of the document's cache manifest. Note: This attribute is obsolete, use <link rel=\"manifest\"> instead."
425
-
},
426
420
"max": {
427
421
"elements": [
428
422
"input",
@@ -511,7 +505,7 @@
511
505
"details",
512
506
"dialog"
513
507
],
514
-
"description": "Indicates whether the the contents are currently visible (in the case of a <details> element) or whether the dialog is active and can be interacted with (in the case of a <dialog> element)."
508
+
"description": "Indicates whether the contents are currently visible (in the case of a <details> element) or whether the dialog is active and can be interacted with (in the case of a <dialog> element)."
515
509
},
516
510
"optimum": {
517
511
"elements": [
@@ -591,6 +585,12 @@
591
585
],
592
586
"description": "Indicates whether the list should be displayed in a descending order instead of a ascending."
593
587
},
588
+
"role": {
589
+
"elements": [
590
+
"Globalattribute"
591
+
],
592
+
"description": "Defines an explicit role for an element for use by assistive technologies."
593
+
},
594
594
"rows": {
595
595
"elements": [
596
596
"textarea"
@@ -616,12 +616,6 @@
616
616
],
617
617
"description": "Defines the cells that the header test (defined in the th element) relates to."
618
618
},
619
-
"scoped": {
620
-
"elements": [
621
-
"style"
622
-
],
623
-
"description": ""
624
-
},
625
619
"selected": {
626
620
"elements": [
627
621
"option"
@@ -714,12 +708,6 @@
714
708
],
715
709
"description": "Defines CSS styles which will override styles previously set."
0 commit comments