Tutorials
Getting started
Chart interface
Web components
Chart internals
Data integration
Customization
Frameworks and bundlers
Mobile development
Plug-ins
Troubleshooting
Glossary
Reference
JSFiddles

Essentials Overview

Before you start developing with the library, here are a few points to keep in mind.

DO NOT MAKE CHANGES TO CORE LIBRARY FILES!!

If you wish to overwrite default functionality, create a separate file with a copy of the methods you are overwriting and load that file right after the library has been loaded, but before the chart engine is instantiated. Also see Using the Injection API.

Directly modifying library files will prevent upgrades and the ability for ChartIQ to support your solution.

Sample templates use simulated data

The sample templates provided with the library package are set up to use a server run by us that provides simulated data. You will need to create new interfaces and adjust defaults to ensure proper use of your own data.

Settings you should review and adjust

We recommend you check out the Quick Start guide before developing with the library. Once you begin to develop, you will need to consider (and possibly configure) the following settings:

Look in the samples directory for all of the sample code we use to demonstrate the above functionality!

Next steps