feat:Added piechart in Dashboard
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
SVG.Container = SVG.invent({
|
||||
// Initialize node
|
||||
create: function(element) {
|
||||
this.constructor.call(this, element)
|
||||
}
|
||||
|
||||
// Inherit from
|
||||
, inherit: SVG.Parent
|
||||
|
||||
})
|
||||
Reference in New Issue
Block a user