How to add multiple data points to the x-axis of a bar chart
I have a number of data points (each a separate column in the database) that need to be a measure on the x-axis of a multiple bar chart. In addition each one of them will need a couple of parameters (date, type) to determine which exact data point to chart the value of.
The y-axis would just adjust its percentage based upon the data, as it seems to do automatically.