Skip to content

Documentation

Build the chart, then make it yours

ORTEX Charts is a canvas engine with a financial layer on top. The pages below start with a chart on screen and work outward: your own data, your own colors, your own buttons, and the commercial terms that govern the ORTEX mark.

Five minutes
npm install @ortex-charts/financial

# Then, in your page:
import { createFinancialChart } from "@ortex-charts/financial";

const chart = createFinancialChart(document.getElementById("chart"), {
    theme: "dark",
    resolution: "1D",
    data: bars,
});

Start here

Charts

Data

Customization

Packages

Commercial