Skip to content

Commit 6cbca3a

Browse files
committed
remove console
1 parent df9dc3b commit 6cbca3a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/modules/tooltip/Tooltip.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,6 @@ export default class Tooltip {
149149
point.classList.add('apexcharts-tooltip-marker')
150150
point.style.color = w.globals.colors[i]
151151

152-
console.log(w.globals.colors)
153-
154152
let mShape = w.config.markers.shape
155153
let shape = mShape
156154
if (Array.isArray(mShape)) {

0 commit comments

Comments
 (0)