You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The mark bar size in the exported code is incorrect, leading to very skinny bars. We need to input the adaptive bar sizes determined in #217 inside .mark_bar(size=...).
To Reproduce
df=pd.read_csv("https://raw.githubusercontent.com/lux-org/lux-datasets/master/data/employee.csv")
series=df["YearsAtCompany"]/df["TotalWorkingYears"]
series
Then click on export for the resulting visualization
print(series.exported[0].to_code("altair"))
The code that is generated looks like this
The text was updated successfully, but these errors were encountered:
Describe the bug
The mark bar size in the exported code is incorrect, leading to very skinny bars. We need to input the adaptive bar sizes determined in #217 inside
.mark_bar(size=...)
.To Reproduce
Then click on export for the resulting visualization
The code that is generated looks like this
The text was updated successfully, but these errors were encountered: