Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions chart-sdk/react/stock-charts/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ The following code snippet demonstrates the complete configuration required to r

{% tabs %}
{% highlight ts tabtitle="~/src/App.tsx" %}
{% raw %}
import {
StockChartComponent, StockChartSeriesCollectionDirective, StockChartSeriesDirective,
Inject, DateTime, CandleSeries
Expand Down Expand Up @@ -231,6 +232,7 @@ function App() {
}

export default App;
{% endraw %}
{% endhighlight %}
{% endtabs %}

Expand Down