Get started with frappe-charts CDN
MIT licensed
Frappe Charts is a simple, flexible, and interactive data visualization library for Frappe Framework.
Tags:- js
- svg
- simple
- responsive
- GitHub
- charts
- zero-dependencies
Stable version
Copied!
How to start using frappe-charts CDN
<!DOCTYPE html>
<html>
<head>
<title>Get started with frappe-charts CDN - cdnhub.io</title>
<link rel="stylesheet" href="https://cdn.cdnhub.io/frappe-charts/1.6.2/frappe-charts.min.css">
</head>
<body>
<div id="chart-container"></div>
<script>
Frappe.Charts.init({
container: 'chart-container',
title: 'Sales by Category',
type: 'Column2D',
data: {
rows: [
{ label: 'Fruits', qty: 120, amt: 1500 },
{ label: 'Vegetables', qty: 75, amt: 1050 },
{ label: 'Grains', qty: 50, amt: 700 },
{ label: 'Dairy', qty: 25, amt: 300 },
],
},
});
</script>
<script src="https://cdn.cdnhub.io/frappe-charts/1.6.2/frappe-charts.min.js"></script>
</body>
</html>
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
All versions
0.0.1
0.0.2
0.0.3
0.0.4
0.0.5
0.0.6
0.0.7
0.0.8
1.0.0
1.1.0
1.2.0
1.2.1
1.2.2
1.2.3
1.2.4
1.3.0
1.3.2
1.4.0
1.4.1
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.5.5
1.5.6
1.5.7
1.5.8
1.6.0
1.6.1
*** 1.6.2
2.0.0-rc1
2.0.0-rc10
2.0.0-rc11
2.0.0-rc12
2.0.0-rc13
2.0.0-rc14
2.0.0-rc15
2.0.0-rc16
2.0.0-rc17
2.0.0-rc18
2.0.0-rc19
2.0.0-rc2
2.0.0-rc20
2.0.0-rc21
2.0.0-rc22
2.0.0-rc23
2.0.0-rc3
2.0.0-rc4
2.0.0-rc5
2.0.0-rc6
2.0.0-rc7
2.0.0-rc8
2.0.0-rc9