Get started with tauCharts CDN
Apache-2.0 licensed
TauCharts is a lightweight, flexible, and customizable data visualization library for JS.
Tags:- d3
- charts
Stable version
Copied!
How to start using tauCharts CDN
<!DOCTYPE html>
<html>
<head>
<title>Get started with tauCharts CDN - cdnhub.io</title>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/taucharts.min.js"></script>
<style>
#chart1 {
width: 400px;
height: 400px;
border: 1px solid black;
}
</style>
</head>
<body>
<div id="chart1"></div>
<script>
const chart = new tau.Chart('chart1', {
data: {
columns: ['Country', 'Population'],
rows: [
['China', 1392536625],
['India', 1366417754],
['United States', 328215455],
['Indonesia', 273523615],
['Pakistan', 220892340]
]
},
axes: {
x: {
title: 'Country'
},
y: {
title: 'Population',
label: {
format: function (value) {
return value.toLocaleString();
}
}
}
},
series: [
{
source: {
series: 0
},
type: 'bar'
}
]
});
</script>
</body>
</html>
All versions
0.10.0-beta.0
0.10.0-beta.1
0.10.0-beta.10
0.10.0-beta.11
0.10.0-beta.12
0.10.0-beta.13
0.10.0-beta.14
0.10.0-beta.15
0.10.0-beta.16
0.10.0-beta.17
0.10.0-beta.18
0.10.0-beta.19
0.10.0-beta.2
0.10.0-beta.20
0.10.0-beta.21
0.10.0-beta.22
0.10.0-beta.23
0.10.0-beta.24
0.10.0-beta.25
0.10.0-beta.3
0.10.0-beta.4
0.10.0-beta.5
0.10.0-beta.8
0.3.0
0.3.10
0.3.12
0.3.13
0.3.14
0.3.15
0.3.16
0.3.17
0.3.18
0.3.19
0.3.2
0.3.20
0.3.22
0.3.3
0.3.4
0.3.5
0.3.6
0.3.7
0.3.8
0.3.9
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.4.5
0.4.6
0.4.7
0.4.8
0.4.9
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.7.3-alpha.8
0.7.4
0.7.5
0.7.6
0.7.7
0.7.8
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
0.9.1-beta.0
0.9.1-beta.1
0.9.1-beta.2
0.9.2
0.9.2-beta.0
0.9.2-beta.1
0.9.2-beta.2
0.9.2-beta.3
0.9.2-beta.4
0.9.2-beta.5
0.9.3
0.9.3-beta.0
0.9.3-beta.1
0.9.3-beta.2
0.9.3-beta.3
0.9.3-beta.4
0.9.4
0.9.4-beta.1
0.9.4-beta.2
0.9.4-beta.3
0.9.4-beta.4
0.9.4-beta.5
0.9.4-beta.6
1.0.0
1.1.0
1.1.1
1.1.2
1.1.3
1.1.4
1.2.0
1.2.1
1.2.2
2.6.2
2.6.3
2.6.4
2.6.5
2.7.0
2.7.1
2.7.2
2.7.3
2.7.4
*** 2.8.0