Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b8dce0a

Browse files
fixing tests
1 parent e2745f8 commit b8dce0a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/traces/scattermapbox/attributes.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ module.exports = overrideAll({
9393
cauto: markerAttrs.cauto,
9494
cmax: markerAttrs.cmax,
9595
cmin: markerAttrs.cmin,
96+
cmid: markerAttrs.cmid,
9697
autocolorscale: markerAttrs.autocolorscale,
9798
reversescale: markerAttrs.reversescale,
9899
showscale: markerAttrs.showscale,

test/jasmine/tests/scattergeo_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ describe('Test scattergeo defaults', function() {
9090
describe('Test scattergeo calc', function() {
9191

9292
function _calc(opts) {
93-
var base = { type: 'scattermapbox' };
93+
var base = { type: 'scattergeo' };
9494
var trace = Lib.extendFlat({}, base, opts);
9595
var gd = { data: [trace] };
9696

0 commit comments

Comments
 (0)