timqian commited on
Commit
6bf2cab
1 Parent(s): de22a9c

update title

Browse files
Files changed (1) hide show
  1. 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: 'Monthly income of an indie developer', // optional
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: {