Skip to content

Commit 03107d4

Browse files
committed
v1.0.4
1 parent 561cb53 commit 03107d4

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ build/Release
4141
/node_modules/
4242

4343
# Bin directory
44-
/bin/
44+
# /bin/
4545

4646
# NPM files
4747
.npmrc

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,16 +91,16 @@ function main() {
9191
## Rendering results
9292

9393
### [Bar](https://www.chartjs.org/docs/latest/getting-started/usage.html)
94-
![1](results/1.svg)
94+
![1](https://raw.githubusercontent.com/shellyln/chart.js-node-ssr-example/master/results/1.svg)
9595

9696
### [Donuts](http://www.chartjs.org/samples/latest/charts/pie.html)
97-
![2](results/2.svg)
97+
![2](https://raw.githubusercontent.com/shellyln/chart.js-node-ssr-example/master/results/2.svg)
9898

9999
### [Line](http://www.chartjs.org/samples/latest/charts/line/point-sizes.html)
100-
![3](results/3.svg)
100+
![3](https://raw.githubusercontent.com/shellyln/chart.js-node-ssr-example/master/results/3.svg)
101101

102102
### [Area](http://www.chartjs.org/samples/latest/charts/area/line-stacked.html)
103-
![4](results/4.svg)
103+
![4](https://raw.githubusercontent.com/shellyln/chart.js-node-ssr-example/master/results/4.svg)
104104

105105

106106
## Notes

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "chart.js-node-ssr-example",
33
"private": false,
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"description": "Chart.js server side rendering example.",
66
"main": "bin/index.js",
77
"scripts": {

0 commit comments

Comments
 (0)