9.5.1 to 9.6.0
NPM Packages
Three new npm packages were added with 9.6.0. They are outlined below:
Package Name | NPM Package |
---|---|
Chart Explainer | @chartiq/fts-chart-explainer |
Multi-Periodicity | @chartiq/multi-periodicity |
Command Line | @chartiq/command-line |
Trading Central Plugins
Plugin Renaming
- Analyst Views has been renamed to Technical Views.
Please note that the Technical Views plugin is not backwards compatible. You will need to replaceanalystViews
withtechnicalViews
in your code.
Token Changes
-
The uid field in the Technical Insight plugin has been renamed to token.
Additionally, both Technical Views and Technical Insight now utilize the same token.Important: The token (formerly referred to as uid) is set in
defaultConfiguration.js
, not in the component's tag.
Example:config.plugins.technicalInsights.token = <Insert your token here>