9.5.0 to 9.5.1
NPM Installation
Starting with version 9.5.1, ChartIQ provides its library through a private npm registry, enabling you to download individual packages within the @chartiq namespace.
If you choose to install ChartIQ via npm, you will need an npm-enabled key.js file.
Refer to the Installing with npm tutorial for more instructions on getting started using npm.
Note: If you already have a copy of the library (version 9.5.1 or higher) in a zip file, you can find the available packages listed in chartiq/webpack-example/package.json under the dependencies-use-for-npm section. Additionally, a list of available packages is provided below.
Available Packages
| Package Name | NPM Package |
|---|---|
| CompactChart | @chartiq/compact-chart |
| Core | @chartiq/core |
| Web Components | @chartiq/web-components |
| Technical Analysis (including Study browser and SignalIQ) | @chartiq/technical-analysis |
| Analyst Views, Technical Insights | @chartiq/trading-central |
| Estimize Plugin | @chartiq/visual-earnings |
| GoNoGo Plugin | @chartiq/gonogo |
| Active Trader (includes cryptoiq and tfc plugins) | @chartiq/active-trader |
| Cross Plot | @chartiq/crossplot |
| Institutional (includes PTV Plugin) | @chartiq/institutional |
| ScriptIQ plugin | @chartiq/scriptiq |
| Mobile modules | @chartiq/mobile |
| Study Calculator | @chartiq/study-calculator |
Important Note on Dependencies:
@chartiq/coreis a dependency and must be installed for the other packages to function.@chartiq/component-uiis a dependency but does not need to be explicitly installed unless the developer wants to access its functions directly.- If you are installing individual packages and want to use our existing sample templates,
@chartiq/web-componentsis a required dependency.
