Skip to content

Commit 248751c

Browse files
committed
Merge branch 'master' of github.com:rawgraphs/raw
2 parents 836fd27 + 85aa3d0 commit 248751c

File tree

2 files changed

+119
-0
lines changed

2 files changed

+119
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
---
2+
name: Found a bug in a chart
3+
about: This template is for reporting bugs related to charts (broken or incorrect
4+
behaviour). If you have questions on how to use RAWGraphs, please visit https://groups.google.com/g/densitydesign-raw
5+
title: ''
6+
labels: bug, chart-related
7+
assignees: ''
8+
9+
---
10+
11+
<!--
12+
Hi there!
13+
14+
this template is meant to report issues related to charts.
15+
16+
If the problem is related to the behaviour of the frontend interface, please use the dedicate issues: https://github.com/rawgraphs/rawgraphs-frontend/issues. Feel free to remove any portion of the template that is not relevant for your issue.
17+
18+
Be sure to check out how it looks in the Preview tab!
19+
20+
-->
21+
22+
**In which chart does the bug happen?**
23+
24+
<!-- Keep only the charts interested by the bug. Please add them also as labels (see the menu on the right) -->
25+
26+
- Alluvial diagram
27+
- Arc Diagram
28+
- Bar chart
29+
- Stacked bar chart
30+
- Multiset bar chart
31+
- Beeswarm plot
32+
- Boxplot
33+
- Bump chart
34+
- Circle Packing
35+
- Contour Plot
36+
- Circular dendrogram
37+
- Linear Dendrogram
38+
- Hexagonal Binning
39+
- Line chart
40+
- Matrix plot
41+
- Radar chart
42+
- Sankey diagram
43+
- Streamgraph
44+
- Sunburst diagram
45+
- Treemap diagram
46+
- Violin plot
47+
48+
**RAWGraphs Version**
49+
50+
<!-- You can find this in top-right corner of the interface -->
51+
52+
**Web browser and version**
53+
54+
<!-- In the address bar, on Chrome enter "chrome://version", on Firefox enter "about:support". On Safari, use "About Safari". -->
55+
56+
**Operating System**
57+
58+
<!-- Ex: Windows/MacOSX/Linux/Android/iOS along with version -->
59+
60+
**Steps to reproduce this**
61+
62+
<!-- describe all the steps needed to reproduce the error -->
63+
64+
**Project file**
65+
66+
<!--
67+
Warning: by uploading a .rawgraphs file, you will share the attached data.
68+
Upload the .rawgraphs project file.
69+
You can export it at the end of the project in the "5. Export" session at the bottom of the interface, selecting as file type `.rawgraphs`
70+
-->
71+
72+
**Additional context**
73+
74+
<!--
75+
Add any other context about the problem here, for example screenshots
76+
-->
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
name: Found a bug in the interface
3+
about: This template is for reporting interface bugs (broken or incorrect behaviour).
4+
If is related to a specific chart, please use the other template.
5+
title: ''
6+
labels: bug
7+
assignees: ''
8+
9+
---
10+
11+
<!--
12+
Hi there!
13+
14+
this template is meant to report issues in the frontend interface of RAWGraphs.
15+
16+
If the problem is related to the behaviour of a specific chart, please use the dedicate issues: https://github.com/rawgraphs/rawgraphs-charts/issues. Feel free to remove any portion of the template that is not relevant for your issue.
17+
18+
Be sure to check out how it looks in the Preview tab!
19+
-->
20+
21+
**RAWGraphs Version**
22+
<!-- You can find this in top-right corner of the interface -->
23+
24+
**Web browser and version**
25+
<!-- In the address bar, on Chrome enter "chrome://version", on Firefox enter "about:support". On Safari, use "About Safari". -->
26+
27+
**Operating System**
28+
<!-- Ex: Windows/MacOSX/Linux/Android/iOS along with version -->
29+
30+
**Steps to reproduce this**
31+
<!-- describe all the steps needed to reproduce the error -->
32+
33+
**Project file**
34+
<!--
35+
Warning: by uploading a .rawgraphs file, you will share the attached data.
36+
Upload the .rawgraphs project file.
37+
You can export it at the end of the project in the "5. Export" session at the bottom of the interface, selecting as file type `.rawgraphs`
38+
-->
39+
40+
**Additional context**
41+
<!--
42+
Add any other context about the problem here, for example screenshoots
43+
-->

0 commit comments

Comments
 (0)