Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dae4355

Browse files
committedApr 20, 2017
Remove colorbar require in plot_api
1 parent d7c47a0 commit dae4355

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/plot_api/plot_api.js

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ var Polar = require('../plots/polar');
2525

2626
var Drawing = require('../components/drawing');
2727
var ErrorBars = require('../components/errorbars');
28-
var Colorbar = require('../components/colorbar');
2928
var xmlnsNamespaces = require('../constants/xmlns_namespaces');
3029
var svgTextUtils = require('../lib/svg_text_utils');
3130

0 commit comments

Comments
 (0)
Please sign in to comment.