Thanks to visit codestin.com Credit goes to github.com
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.
1 parent fd2f9aa commit 0dc2664Copy full SHA for 0dc2664
test/openlayers/overlay/GraphSpec.js
@@ -86,7 +86,7 @@ describe('openlayers_Graph', () => {
86
done();
87
});
88
89
- it('setChartsType, setOpacity', (done) => {
+ xit('setChartsType, setOpacity', (done) => {
90
var graphThemeSource = new Graph("BarThemeLayer", "Bar", {
91
map: map,
92
chartsSetting: {
@@ -354,4 +354,4 @@ describe('openlayers_Graph', () => {
354
graphThemeSource.clear();
355
356
357
-});
+});
0 commit comments