Skip to content

Commit 30ee6b6

Browse files
committed
Merge branch 'dev' into bugfix/graphs-with-empty-figure
2 parents 2a640fb + 97a1d66 commit 30ee6b6

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.editorconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ charset = utf-8
1212
indent_style = space
1313
indent_size = 4
1414

15-
# Matches the exact files either package.json or .travis.yml
15+
# Matches the exact files either package.json or .circleci/config.yml
1616
[{package.json,.circleci/config.yml}]
1717
indent_style = space
1818
indent_size = 2
19+

CITATION.cff

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite it as below."
3+
authors:
4+
- family-names: "Parmer"
5+
given-names: "Chris"
6+
- family-names: "Duval"
7+
given-names: "Philippe"
8+
- family-names: "Johnson"
9+
given-names: "Alex"
10+
orcid: https://orcid.org/0000-0003-4623-4147
11+
title: "A data and analytics web app framework for Python, no JavaScript required."
12+
version: 2.18.2
13+
doi: 10.5281/zenodo.14182630
14+
date-released: 2024-11-04
15+
url: https://github.com/plotly/dash

0 commit comments

Comments
 (0)