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
We are generating a bar chart, and in doing so are not able to see the axis lines or tick marks on the chart for the x- and y-axes.
We are generating the chart using myChart = bb.generate() and then loading data in using myChart.load(). This is the snippet of code that controls the axes:
Description
We are generating a bar chart, and in doing so are not able to see the axis lines or tick marks on the chart for the x- and y-axes.
We are generating the chart using
myChart = bb.generate()
and then loading data in usingmyChart.load()
. This is the snippet of code that controls the axes:Steps to check or reproduce
The text was updated successfully, but these errors were encountered: