60 lines
1.6 KiB
Markdown
60 lines
1.6 KiB
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
# Bug Report
|
|
|
|
**Charting Library Version**
|
|
|
|
Execute `TradingView.version()` in the browser console.
|
|
|
|
**Desktop (please complete the following information):**
|
|
|
|
- OS: [e.g. Windows 11]
|
|
- Browser [e.g. chrome, safari]
|
|
- Browser version [e.g. 22]
|
|
|
|
**Smartphone (please complete the following information):**
|
|
|
|
- Device: [e.g. iPhone 13]
|
|
- OS: [e.g. iOS 14.1]
|
|
- Browser [e.g. stock browser, safari]
|
|
- Browser version [e.g. 22]
|
|
|
|
**JSFiddle**
|
|
|
|
If possible, please provide an example in JSFiddle which demonstrates the bug. Please see this guide on how to create a JSFiddle: [Using the library with online code playgrounds](https://github.com/tradingview/charting_library/wiki/Online-Editors)
|
|
|
|
**To Reproduce**
|
|
|
|
Steps to reproduce the behavior:
|
|
1. Go to '...'
|
|
2. Click on '....'
|
|
3. Scroll down to '....'
|
|
4. See error
|
|
|
|
**Describe the bug**
|
|
|
|
A clear and concise description of what the bug is.
|
|
|
|
**Expected behavior**
|
|
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Screenshots**
|
|
|
|
If applicable, add screenshots, or videos, to help explain your problem.
|
|
|
|
**Debug Console Log**
|
|
|
|
Please provide the entire console log produced when [`debug:true`](https://github.com/tradingview/charting_library/wiki/Widget-Constructor#debug) is set within the widget constructor options, or evoke the following command in the console: [`widget.setDebugMode(true)`](https://github.com/tradingview/charting_library/wiki/Widget-Methods#setdebugmodeenabled).
|
|
|
|
**Additional context**
|
|
|
|
Add any other context about the problem here.
|