-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
136 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
name: Blank issue | ||
about: Create a issue to help us improve kandy library | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve kandy library | ||
title: "[BUG]" | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
## **Describe the bug** | ||
Please provide a description of the bug, including steps to reproduce it and the expected result. | ||
|
||
## **To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Prepare the data | ||
2. Create the chart using the library | ||
3. Customize the chart | ||
4. Render or display the plot | ||
5. Interact with the plot (if applicable) | ||
|
||
## **Expected behavior** | ||
Describe how the functionality should work without the bug. | ||
|
||
## **Actual Behavior** | ||
Describe what is actually happening, including any error messages or stack traces. | ||
|
||
## **Screenshots** | ||
if applicable | ||
|
||
## **Library Version, Tool version, and Environment** | ||
(please complete the following information): | ||
- Library version: | ||
- Kotlin-Notebook version: (or kotlin-jupyter-kernel if you are using jupyter or Datalore) | ||
|
||
## **Additional information** | ||
Provide any other useful information that may help in resolving the bug. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters