Skip to content

Commit

Permalink
style(core): console log message for base-axis-chart event listener
Browse files Browse the repository at this point in the history
carbon-design-system#97 Remove addDataPointEventListener() from base-axis-chart.ts
  • Loading branch information
darsi-an committed Nov 20, 2018
1 parent 75fffd3 commit 3829954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/base-axis-chart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,6 @@ export class BaseAxisChart extends BaseChart {
* Events & User interactions *
*************************************/
addDataPointEventListener() {
return;
console.warn("You should implement your own `addDataPointEventListener()` function.");
}
}

0 comments on commit 3829954

Please sign in to comment.