Skip to content

Commit

Permalink
Added new keyword.
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-musialowski committed Nov 29, 2024
1 parent 0bb1a32 commit d2bc3ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/connectors/morningstar/goal-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ and dashboards.
In order to fetch the analysis, you can request for example:

```js
const goalAnalysisConnector = HighchartsConnectors.Morningstar.GoalAnalysisConnector({
const goalAnalysisConnector = new HighchartsConnectors.Morningstar.GoalAnalysisConnector({
postman: {
environmentJSON: postmanJSON
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This connector is designed to be interacted with using external buttons, that mi
Here is an example of how to use the Investment Screener connector:

```js
const screenerConnector = HighchartsConnectors.Morningstar.InvestmentScreenerConnector({
const screenerConnector = new HighchartsConnectors.Morningstar.InvestmentScreenerConnector({
page: 1,
pageSize: 20,
languageId: 'en-GB',
Expand Down
2 changes: 1 addition & 1 deletion docs/connectors/morningstar/x-ray.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ columns might be added to the table.
In order to fetch a benchmark, you can request for example:

```js
const xRayConnector = HighchartsConnectors.Morningstar.XRayConnector({
const xRayConnector = new HighchartsConnectors.Morningstar.XRayConnector({
postman: {
environmentJSON: postmanJSON
},
Expand Down

0 comments on commit d2bc3ac

Please sign in to comment.