-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Morningstar to HC namespace. #46
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing:
- docs update (eg https://github.com/highcharts/connectors-morningstar/blob/main/docs/connectors/morningstar/risk-score.md )
- demos updated (related PR in Core repository)
Additional request: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prematurely accepted.. the tests are failing.
[10:49:03] Start XRay/Breakdown tests ...
[10:49:03] Test breakdown load ... ❌ ERROR.
AssertionError [ERR_ASSERTION]: Connector table should have the expected amount of rows.
at breakdownLoad (/Users/pawelfus/Projects/connectors-morningstar/tests/XRay/Breakdown.test.ts:48:12)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at async runUnitTests (/Users/pawelfus/Projects/connectors-morningstar/tools/tests.ts:165:21) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
@pawelfus , tests should be fine right now. All good on my side 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Use
HighchartsConnectors.Morningstar
instead ofConnectors.Morningstar
.Related HC PR highcharts/highcharts#22154