feat:Added piechart in Dashboard
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
SVG.Symbol = SVG.invent({
|
||||
// Initialize node
|
||||
create: 'symbol'
|
||||
|
||||
// Inherit from
|
||||
, inherit: SVG.Container
|
||||
|
||||
, construct: {
|
||||
// create symbol
|
||||
symbol: function() {
|
||||
return this.put(new SVG.Symbol)
|
||||
}
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user