We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e4f7c0 + cb27969 commit 836f412Copy full SHA for 836f412
test/jasmine/tests/plotschema_test.js
@@ -188,6 +188,13 @@ describe('plot schema', function() {
188
});
189
190
191
+ it('should work with registered transforms (2)', function() {
192
+ var valObjects = plotSchema.transforms.groupby.attributes;
193
+ var items = valObjects.styles.items || {};
194
+
195
+ expect(Object.keys(items)).toEqual(['style']);
196
+ });
197
198
it('should work with registered components', function() {
199
expect(plotSchema.traces.scatter.attributes.xcalendar.valType).toEqual('enumerated');
200
expect(plotSchema.traces.scatter3d.attributes.zcalendar.valType).toEqual('enumerated');
0 commit comments