Spaces:
Running
Running
update title
Browse files- index.html +1 -1
index.html
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
const svg = document.querySelector('.line-chart')
|
5 |
|
6 |
const lineChart = new chartXkcd.Line(svg, {
|
7 |
-
title: '
|
8 |
xLabel: 'Month', // optional
|
9 |
yLabel: '$ Dollors', // optional
|
10 |
data: {
|
|
|
4 |
const svg = document.querySelector('.line-chart')
|
5 |
|
6 |
const lineChart = new chartXkcd.Line(svg, {
|
7 |
+
title: 'test', // optional
|
8 |
xLabel: 'Month', // optional
|
9 |
yLabel: '$ Dollors', // optional
|
10 |
data: {
|