Skip to content

Commit 138985f

Browse files
committed
fix gdots color change
1 parent 2386ab3 commit 138985f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/glow/graph.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,7 @@
12101210
if (this.__graph.fast) this.options.color = col
12111211
if (this.__activated) {
12121212
if (this.__graph.fast) {
1213-
if (this.__realtype == 'points') this.options[ftype].fillColor = this.options.color
1213+
if (this.__realtype == 'points') this.options[this.__realtype].fillColor = this.options.color
12141214
else this.options.fillColor = this.options.color
12151215
this.__graph.__changed = true
12161216
} else {

package/glow.3.2.min.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.

0 commit comments

Comments
 (0)