AngularJS directive for C3.js - tutorial

Posted by Peter
tags: angularjs c3 d3 javascript

Today I’d like to write a tutorial showing how to write simple AngularJS directive. We’ll be creating C3.js wrapper, which I need one for my project.

First of all, we need some assumptions:

  1. we’ll be using AngularJS
  2. we want to use all available...