Skip to content

Commit

Permalink
feat: plotly fix test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Patil committed Jun 27, 2022
1 parent 3ed9f2b commit 8b38b16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions popmon/visualization/histogram_section.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,9 @@ def _plot_histograms(feature, date, hc_list, hist_names, top_n, max_nbins=1000):
hists, feature, hist_names, y_label, is_num, is_ts
)
elif hc_list[0].n_dim == 2:
plot = ""
plot = {"plot": ""}
else:
plot = ""
plot = {"plot": ""}

return {
"name": date,
Expand Down

0 comments on commit 8b38b16

Please sign in to comment.