-
Notifications
You must be signed in to change notification settings - Fork 36
Breaking changes
Eugene edited this page Feb 20, 2016
·
4 revisions
We do our best to make every next version fully compartible with the previous one, but sometimes big changes requires you to make minor changes in your code when upgrading to a new version.
Note: you can check Charting Library version by executing TradingView.version() in a browser console.
Here is the list of breaking changes:
In version 1.4
- Override
transparencyis not supported anymore. We added transparency support to every color property. Usergbaform to define a color with transparency. Example:"symbolWatermarkProperties.color" : "rgba(60, 70, 80, 0.05)"
In version 1.3
-
Override
paneProperties.gridProperties.*is not supported anymore. Please usepaneProperties.vertGridProperties.*andpaneProperties.horzGridProperties.* -
Override
mainSeriesProperties.candleStyle.wickColoris not supported anymore. UsemainSeriesProperties.candleStyle.wickUpColorandmainSeriesProperties.candleStyle.wickDownColor
#Wiki Content
- What is Charting Library
- Getting Started
- Package Content
- Running Your Charting Library
- Data Binding
- How To Connect My Data
- JS API
- UDF
- Symbology
- Trading Sessions
- Quotes
- Chart Customization
- Charts Customization 101
- Client-Side Customization 1. Widget Constructor 2. Widget Methods 3. Chart Methods 4. Featuresets
- Server-Side Customization
- Trading Platform
- Brief Intro
- Trading Controller
- Saving/Loading Charts
- Creating Custom Studies
- Best Practices
- Breaking changes in versions