logo

Bring your Data to Life with Stunning Interactive Charts

Graphly makes data visualization easy, fast, and accessible for everyone.

Sales Example

(Monthly)

0.00%

$115.89

Homepage example chart


Easily integrate our API & charts to your favorite Javascript web framework with our NPM library

Next LogoReact LogoNpm Logo

Dashboard

dashboard charts

Compare your growth to previous months easily with our dashboard.

Customization

dashboard charts

Create new charts in seconds by using our templates or by creating your own.

API

route.ts
1import {NextResponse} from "next/server"; 2import graphly from 'graphly-api'; 3 4 5export async function POST() { 6 7 const response = await graphly.sendData({ 8 chartId: "3ee9fb71-9634-445b-aa0a-9b3b57eb4269", // You can find this in your chart configuration panel 9 value: 1299, 10 date: new Date(), 11 dataKey: "sales", 12 apiKey: process.env.GRAPHLY_API_KEY!, 13 }); 14 15 if (response.error) { 16 return NextResponse.json({ message: response.error }, { status: response.status }); 17 } 18 19 return NextResponse.json(response.data, {status: response.status}); 20}

Easily connect your Data from your website to your charts using our simple API.

React Component

Sales Example

(Monthly)

0.00%

$115.89

Homepage example chart


Implement your charts to your website using our custom react components.

Get Graphly
for your business

Implement metrics for your business website easily.
Use our available templates or make your own chart!

Create a Free Account

standard

RECOMMENDED

$10.99/month

Build a strong dashboard for early-stage production apps.

  • 10 charts

  • 5 data keys per chart

  • Access to API

  • 100 daily API calls


  • Standard support

premium

$20.99/month

Add more charts and API calls for growing applications.

  • 20 charts

  • 10 data keys per chart

  • Access to API

  • 250 daily API calls


  • Standard support

business

$49.99/month

Get the full experience for high demand businesses.

  • 50 charts

  • 20 data keys per chart

  • Access to API

  • 1000 daily API calls


  • Priority support

Free trial

Try out our API for free for 7 days, no credit card required. Get to know our dashboard an API and find out if you like it!

10 charts

5 data keys per chart

Access to API

100 daily API requests


Standard support