diff --git a/README.md b/README.md index 6068cba..c12685d 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ const chart = new Chart({ parent: '#chart', title: "My Awesome Chart", data: data, - type: 'bar', // or 'line', 'scatter', 'percentage' + type: 'bar', // or 'line', 'scatter', 'pie', 'percentage' height: 250 }) ``` diff --git a/docs/index.html b/docs/index.html index e1a0fb5..85dde25 100644 --- a/docs/index.html +++ b/docs/index.html @@ -80,7 +80,7 @@ parent: "#chart", title: "My Awesome Chart", data: data, - type: 'bar', // or 'line', 'scatter', 'percentage' + type: 'bar', // or 'line', 'scatter', 'pie', 'percentage' height: 250 });