Use ChartIQ type declarations #606
Labels
priority: P2
Default priority. An issue might not yet be fixed in the next release.
size: S
A small task that can be completed in less than a day
type: tech debt
Technical debt
Goal
As a developer, I want better type safety when using the ChartIQ charting library, so that my code is less bug-prone and I have improved DX (intellisense, etc.)
Background
Our previous distribution of ChartIQ licensed code did not include type declarations. As of the
9.0.0
distribution, types are now included. We can and should make use of these – both to avoid bugs and improve DX. Bug #605 would likely have been avoided if we were using ChartIQ types.This is somewhat non-trivial since ChartIQ is an optional dependency (due to its licensing requirements).
Acceptance criteria
The text was updated successfully, but these errors were encountered: