Easy Code Share >

Using 3 Events to Sign a Signature on HTML5 Canvas

Using 3 Events to Sign a Signature on HTML5 Canvas

You can sign a signature on HTML5 Canvas by moving mouses. Listening to 3 mouse events, we discover a straight-forward and event-driven approach to do it. Furthermore, you can save your signature as an image file. All codes here are not complicated, so you can easily understand even though you are still students in school. … Read more

Easy Code Share >

7 Steps for HTML Bar Chart Using Javascript Canvas

HTML Canvas Bar Chart using Javascript by 7 Steps

This article offers a complete approach of building a HTML bar chart using JavaScript canvas. In 7 steps, you can customize your bar chart with designed bar colors and the legend to distinguish them. More than one series of data can be set in the chart. Essentially, the JS object is truly in clear codes … Read more

Easy Code Share >

HTML5 Canvas Line Chart using Javascript by 7 Steps

HTML5 Canvas Line Chart using Javascript by 7 Steps

We are proposing an elegant approach to draw HTML5 Canvas line chart. Each line illustrates the distribution of one series of data, and we allow multiple series to be sketched. This article divides the drawing procedure into 7 steps for which several sections explain the principle and usage. All codes here are not complicated, so … Read more