Skip to content

Commit b58c438

Browse files
committed
updated
1 parent 5e22bcf commit b58c438

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dist/chart.funnel.es.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9118,7 +9118,7 @@ const Sh = [
91189118
}, Symbol.toStringTag, { value: "Module" }));
91199119
function Dh(i) {
91209120
var t = i.defaults.global;
9121-
console.log(t, "globalOpts"), t.elements.trapezium = {
9121+
console.log(i, "chart"), t.elements.trapezium = {
91229122
backgroundColor: t.defaultColor,
91239123
borderWidth: 0,
91249124
borderColor: t.defaultColor,

dist/chart.funnel.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/elements/element.trapezium.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ export default function(Chart) {
1212
// var helpers = Chart.helpers,
1313
var globalOpts = Chart.defaults.global;
1414

15-
console.log(globalOpts, "globalOpts");
16-
15+
console.log(Chart, "chart");
16+
1717
globalOpts.elements.trapezium = {
1818
backgroundColor: globalOpts.defaultColor,
1919
borderWidth: 0,

0 commit comments

Comments
 (0)