g1eng / sdatch

Casual data visualization framework, built on top of D3.js
MIT License
2 stars 0 forks source link

Write tutorials or additional usage resources for sdatch class and Layer derivatives #14

Open g1eng opened 2 years ago

g1eng commented 2 years ago

Sdatch is simple library. But its simplicity cannot be recognizable without useful documentation. Like a commodity front-end library, it should have tutorial, guides or detailed usage documentation for developer or designer who are newly planning to try the library.

Sample will be simple enough to quickly understand, but practical usages are desired.

g1eng commented 2 years ago

New example (uc3) has several demo for main features. This page tells users what sdatch can do, and cannot do at now.

https://github.com/g1eng/sdatch/blob/master/demo/uc3.html

An example of Area chart is included. To publish this page and other demos, Github pages will be used.

g1eng commented 2 years ago

FigConfig tutorial is added. An user can learn how to specify FigConfig properties and how to adjust chart UI.