Skip to content

Commit

Permalink
Fix renaming of leftovers (#19)
Browse files Browse the repository at this point in the history
* Updated LICENSE.md.
* Updated README.md.
* Removed old index.html.
* Renamed demo folders.
* Renamed docs draft.
  • Loading branch information
bre1470 authored Aug 19, 2024
1 parent 24a1cab commit ae05bcd
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 30 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This is the source code repository of the Highcharts Dashboards connectors for Morningstar Direct Web Services.
This is the source code repository of the Highcharts Connectors for Morningstar Direct Web Services.

Read more on licensing alternatives here:
- https://shop.highcharts.com/
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Morningstar Connectors
======================

Collection of [Highcharts connectors] for [Morningstar Direct Web Services].
Collection of [Highcharts Connectors] for [Morningstar Direct Web Services].



Expand All @@ -16,10 +16,13 @@ The connectors are available as
`@highcharts/connectors-morningstar/connectors-morningstar.js` script to your
web app or web page.

**Note:** The UMD bundle is not available via
`https://code.highcharts.com/connectors/connectors-morningstar.js` yet.



<!-- Link References -->

[Highcharts connectors]: https://highcharts.com/connectors/
[Highcharts Connectors]: https://highcharts.com/connectors/

[Morningstar Direct Web Services]: https://developer.morningstar.com/direct-web-services/
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
<script src="https://code.highcharts.com/dashboards/datagrid.js"></script>
<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="../../code/connectors-morningstar.src.js"></script>
<title>RNA News Demo - Morningstar Connectors Demos</title>
<title>Highcharts Dashboards + Morningstar RNA News</title>
</head>
<body>
<h1>Highcharts Dashboards + Morningstar RNA News</h1>
<p>
Add your Postman environment file from Morningstar to start the demo:
<input type="file" id="postman-json" accept=".json,application/json" />
Expand Down
File renamed without changes.
7 changes: 4 additions & 3 deletions demos/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
<title>Morningstar Connectors Demos</title>
</head>
<body>
<h1>Morningstar Connectors Demos</h1>
<ul>
<li><a href="rna-news/demo.html">Highcharts Dashboards RNA news demo</a></li>
<li><a href="stock/demo.html">Highcharts Stock demo</a></li>
<li><a href="dashboards-rna-news/demo.html">Highcharts Dashboards + Morningstar RNA News</a></li>
<li><a href="stock-timeseries/demo.html">Highcharts Stock + Morningstar TimeSeries</a></li>
</ul>
</body>
</html>
</html>
3 changes: 2 additions & 1 deletion demos/stock/demo.html → demos/stock-timeseries/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
<meta charset="UTF-8" />
<script src="https://code.highcharts.com/stock/highstock.src.js"></script>
<script src="../../code/connectors-morningstar.src.js"></script>
<title>Highcharts Stock Demo - Morningstar Connectors Demos</title>
<title>Highcharts Stock + Morningstar TimeSeries</title>
</head>
<body>
<h1>Highcharts Stock + Morningstar TimeSeries</h1>
<p>
Add your Postman environment file from Morningstar to start the demo:
<input type="file" id="postman-json" accept=".json,application/json" />
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Morningstar Connectors

With the Highcharts Morningstar Connectors you can access the Morningstar Direct
Web Services. These services provide finance-related information to different
kinds of financial assets.
With the Highcharts Connectors for the Morningstar Direct Web Services you can
access finance-related information to different kinds of financial assets. This
requires a Highcharts license and a Morningstar subscription.



Expand Down Expand Up @@ -40,7 +40,7 @@ assing the resulting table to your series options.

### Highcharts Dashboards Quick Start

For Highcharts Dashboards you just need to load teh `morningstar-connectors`
For Highcharts Dashboards you just need to load the `morningstar-connectors`
bundle, which will register all connectors to the Dashboards registry. All
Morningstar connectors are then available in the data pool as other connector
types.
18 changes: 0 additions & 18 deletions index.html

This file was deleted.

0 comments on commit ae05bcd

Please sign in to comment.