Skip to content

Commit 590330b

Browse files
committed
added colors and finished up tests
1 parent 85ebed6 commit 590330b

File tree

2 files changed

+511
-1
lines changed

2 files changed

+511
-1
lines changed

plotly/figure_factory/_bullet.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ def _bullet(df, markers, measures, ranges, subtitles, titles, orientation,
165165
return fig
166166

167167

168+
# TODO: replace scatter_options with None in function signature
168169
def create_bullet(data, markers=None, measures=None, ranges=None,
169170
subtitles=None, titles=None, orientation='h',
170171
range_colors=('rgb(200, 200, 200)', 'rgb(245, 245, 245)'),

0 commit comments

Comments
 (0)