This commit is contained in:
Maxime Beauchemin 2015-08-13 22:20:27 -07:00
parent 0517f1ca00
commit 584ced5eab
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ class BubbleViz(HighchartsViz):
metrics = self.metrics
if not self.error_msg:
df = self.df
df = self.df.fillna(0)
df['x'] = df[[self.x_metric]]
df['y'] = df[[self.y_metric]]
df['z'] = df[[self.z_metric]]