Skip to content

Commit b514f99

Browse files
committed
v1.0.9
1 parent ef1ca6f commit b514f99

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Chart.js server side rendering example on the node.js environment.
22

3-
Render various charts using Chart.js into the SVG format.
3+
**Render various charts using Chart.js into the SVG format.**
44

55
Chart.js uses the HTML5 Canvas API.
66
However, the node.js environment does not have the Canvas API by default.
77
With [red-agate-svg-canvas](https://www.npmjs.com/package/red-agate-svg-canvas),
88
you can render the charts on the server side.
99

10+
**This example uses no native modules, so it can be easily installed on various platforms.**
1011

1112
## Get started
1213

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.8",
4+
"version": "1.0.9",
55
"description": "Chart.js server side rendering example. (pure JavaScript; no native modules)",
66
"main": "bin/index.js",
77
"scripts": {

0 commit comments

Comments
 (0)