Skip to content

Commit 795f15b

Browse files
authored
fix (#415)
1 parent 2e71366 commit 795f15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/steps-embed-chart-sdk-jwt.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ content: |
162162
163163
.. code-block:: js
164164
165-
const chart = sdk.createChart({ chartId: "d98f67cf-374b-4823-a2a8-f86e9d480065" }); // ~REPLACE~ with the Chart ID from your Embed Chart dialog
165+
const chart = sdk.createChart({ chartId: "d98f67cf-374b-4823-a2a8-f86e9d480065" }); // ~REPLACE~ with the Chart ID from your Embed Chart dialog
166166
167167
---
168168
stepnum: 3

0 commit comments

Comments
 (0)