mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
removing a comment
This commit is contained in:
parent
25cd5c8533
commit
1f5dd91deb
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ define(function (require) {
|
|||
}
|
||||
|
||||
PieChart.Super.apply(this, arguments);
|
||||
// Column chart specific attributes
|
||||
|
||||
this._attr = _.defaults(vis._attr || {}, {
|
||||
yValue: function (d) { return d.y; },
|
||||
dispatch: d3.dispatch('brush', 'click', 'hover', 'mouseenter', 'mouseleave', 'mouseover', 'mouseout')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue