Update templates/chart.html
Browse files- templates/chart.html +1 -1
templates/chart.html
CHANGED
|
@@ -47,7 +47,7 @@
|
|
| 47 |
studies: indicators,
|
| 48 |
|
| 49 |
// Option A: add empty bars to the right (shifts chart left)
|
| 50 |
-
right_offset:
|
| 51 |
// Some builds accept camelCase:
|
| 52 |
// rightOffset: 20
|
| 53 |
|
|
|
|
| 47 |
studies: indicators,
|
| 48 |
|
| 49 |
// Option A: add empty bars to the right (shifts chart left)
|
| 50 |
+
right_offset: 80 // try increasing to 30–50 if you need more room
|
| 51 |
// Some builds accept camelCase:
|
| 52 |
// rightOffset: 20
|
| 53 |
|