0% found this document useful (0 votes)
170 views

Creating Your First JavaScript Chart - ApexCharts - Js

This document provides instructions for creating a basic line chart using the ApexCharts JavaScript charting library. It explains that after loading all necessary files, you can create a chart with minimal configuration by specifying chart type, series data, and x-axis categories in the options object and rendering the chart. It also advertises a partnership with FusionCharts where ApexCharts users can get a discounted FusionCharts license.

Uploaded by

Prem Nath R
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
170 views

Creating Your First JavaScript Chart - ApexCharts - Js

This document provides instructions for creating a basic line chart using the ApexCharts JavaScript charting library. It explains that after loading all necessary files, you can create a chart with minimal configuration by specifying chart type, series data, and x-axis categories in the options object and rendering the chart. It also advertises a partnership with FusionCharts where ApexCharts users can get a discounted FusionCharts license.

Uploaded by

Prem Nath R
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

7/19/2021 Creating Your First JavaScript Chart – ApexCharts.

js

APEXCHARTS ☰ DEMOS FEATURES DOCS DOWNLOAD

SUPPORT APEXCHARTS

Creating Your First


ApexCharts Fusio
Search... JavaScript Chart
ApexCharts is now a partn…
Get Started
After loading all the files, you are
Are you looking for more
Installation ready to build your first chart.
To
create a chart with minimal advanced chart types and
Creating Your First Chart
data-driven maps?
configuration, write as follows
Chart Essentials
var options = {

Get a FusionCharts
Chart Types chart: {
license at a 20%
type: 'line'
discount and join
Design },

series: [{

750,000+ other
Integrations name: 'sales',
developers across the
data: [30,40,35,50,49,60,7 globe.
How to }],

xaxis: {
EXPLORE FUSIONCHART
Options (Reference) categories: [1991,1992,199
}

}
GET A FUSIONCHARTS
Methods * Use the coupon to get
LICENSE
a 20% off.

Export var chart = new ApexCharts(doc Just for ApexCharts


Users!
chart.render();
Coupon: AFC201920

Edit on CodePen

https://apexcharts.com/docs/creating-first-javascript-chart/ 1/1

You might also like