Skip to content

Commit d2d1d6b

Browse files
committed
Merge branch 'pr/thinkh/3'
# Conflicts: # .editorconfig # LICENSE # README.md # examples/barchart01_initial.html # examples/barchart02_title.html # examples/barchart03_json.html # examples/barchart04_scale.html # examples/barchart05_interactive.html # examples/barchart06_animation.html # examples/barchart07_final.html # examples/bare.html # examples/css_example.html # examples/mcv01_initial.html # examples/mcv02_piechart.html # examples/mcv03_interaction.html # examples/mcv05_transitions.html # examples/miserables.html # examples/miserables.json # index.html # web_modules/d3/README.md # web_modules/d3/dist/d3.js # web_modules/d3/dist/d3.min.js # web_modules/d3/dist/d3.node.js # web_modules/d3/dist/package.js # web_modules/d3/package.json
2 parents ce30a4d + c032de8 commit d2d1d6b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+14098
-13110
lines changed

.editorconfig

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,14 @@
1-
# EditorConfig helps developers define and maintain consistent
2-
# coding styles between different editors and IDEs
3-
# editorconfig.org
4-
1+
# http://editorconfig.org
52
root = true
63

7-
84
[*]
9-
10-
# Change these settings to your own preference
115
indent_style = space
126
indent_size = 2
13-
14-
# We recommend you to keep these unchanged
157
end_of_line = lf
168
charset = utf-8
179
trim_trailing_whitespace = true
1810
insert_final_newline = true
1911

20-
[*.md]
21-
trim_trailing_whitespace = false
12+
[*.yml]
13+
indent_style = space
14+
indent_size = 2

.github/FUNDING.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# These are supported funding model platforms
2+
3+
github: [sgratzl]

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: 'bug'
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Desktop (please complete the following information):**
27+
- OS: [e.g. iOS]
28+
- Browser [e.g. chrome, safari]
29+
- Version [e.g. 22]
30+
31+
**Smartphone (please complete the following information):**
32+
- Device: [e.g. iPhone6]
33+
- OS: [e.g. iOS8.1]
34+
- Browser [e.g. stock browser, safari]
35+
- Version [e.g. 22]
36+
37+
**Additional context**
38+
Add any other context about the problem here.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: 'enhancement'
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,5 @@ jspm_packages
3535

3636
# Optional REPL history
3737
.node_repl_history
38+
39+
/examples/*_ts.js

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2016, Samuel Gratzl and Holger Stitz
3+
Copyright (c) 2020, Samuel Gratzl
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)