-
Notifications
You must be signed in to change notification settings - Fork 81
Customization Use Cases
Charting Library allows you to customize its appearance, the way it displays data, default properties and lots of other things. Customizations are client-side and server-side. Some of them are made through the constructor, other ones can be made using widget/chart methods. Here is the single place where you can find most used customizations and links to their descriptions.
Change default symbol (instrument) and resolution (interval). Minimum supported resolution is 1 second.
Change time range of bars for the default resolution
Change time range of bars when the resolution is changed by a user. Look at the sample here:
- Color of toolbars
- Color of the chart
- Limit amount of indicators for 1 chart layout - documentation
- Limit what indicators are displayed and can be added - documentation
- Add your own indicators calculated on a server - documentation
- Change default properties of indicators - documentation
- Change default properties on the fly - documentation
- Limit what drawings are displayed and can be added - documentation
- Change default properties of drawings - documentation
- Change default properties on the fly - documentation
Choose one of more than 20 translations of the library
Note: Language is set when the chart is created. It cannot be changed without recreating of a chart.
- Change decimal sign of numbers - documentation
- Set custom formatters for data and time - documentation
- Prices are formatted according to the symbol information - documentation
- Initially - documentation
- On the fly - documentation
- Most of the chart elements can be shown/hid by using documentation
- You can add your own CSS - documentation
- Full list of resolution is provided in the configuration of the datafeed - documentation
- Resolutions are enabled or disabled in the list basing on the symbol information - documentation
- Initial list of favorite resolutions can be set - documentation
In spite of other indicators Volume is added by default if the instrument supports it (documentation). You can disable this behaviour using documentation.
You can attach to any RSS feed - documentation
- What is Charting Library
- Getting Started
- Data Binding
- Chart Customization
- Customization Overview
- Client-Side Customization
- Server-Side Customization
- Customization Use Cases
- Trading Terminal
- Saving/Loading Charts
- Creating Custom Studies
- Breaking changes in versions