I have the exact same issue as this question, except the implementation within cuxfilter
(RAPIDS)
cux_df = cuxfilter.DataFrame.from_dataframe(test)
chart0 = cuxfilter.charts.bar('index', 'count')
chart0.xaxis.major_label_orientation = "vertical"
chart0.view()
yields:
AttributeError: 'Bar' object has no attribute 'xaxis'