Skip to content

Commit

Permalink
chore: cleanup console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Sep 28, 2024
1 parent 7b94c81 commit d916af5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export default function ({ store, layout, el, extraConfig, extraOptions }) {
})
}

console.log('jj config.plotOptions', config.plotOptions)
console.log('config.plotOptions', config.plotOptions)

// hide empty categories
if (_layout.hideEmptyRowItems !== 'NONE') {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@ export default ({
point: {
events: {
click: function () {
console.log(
'jj onClick handler',
this.category,
this.series.name
)
onClick(this.graphic?.element, {
category: this.category,
series: this.series.name,
Expand Down

0 comments on commit d916af5

Please sign in to comment.