-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcs-c3-angular.min.js
More file actions
1 lines (1 loc) · 975 Bytes
/
cs-c3-angular.min.js
File metadata and controls
1 lines (1 loc) · 975 Bytes
1
(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){module.exports=angular.module("csC3",[]).directive("csCThree",[function(){return{restict:"A",scope:{columns:"&",axes:"&",container:"&",type:"&",legend:"&",colors:"&",ytwo:"&"},bindToController:true,controllerAs:"csC3",controller:[function(){}],link:function(scope,element,attr,ctrl){ctrl.chart=c3.generate({bindto:ctrl.container(),data:{columns:ctrl.columns(),axes:ctrl.axes(),type:ctrl.type(),colors:ctrl.colors()},axis:{y2:{show:ctrl.ytwo()}},legend:{show:ctrl.legend()}})}}}])},{}]},{},[1]);