All examples By author By category About

nicksrandall

KotoJS BarChart (ES5)

This is an super basic example of using KotoJS to make reusable components.

IMPORTANT NOTE

Please note that this example is meant to illustrate how you could use KotoJS in an environment where ES2015 (ES6) syntax isn't an option. That said, I would recommend using ES2015 (via babel or another transpiler) whenever possible because much of this library is built around those concepts (such as classes, arrow functions, and collections)

See the starter template for more info.

To see pure ES2015 format, visit this link: KotoJS BarChart (ES2015)