@scpowell22,
With your bar line chart combination charts
Do you mean combination of column & line charts? If so, yes it’s possible to combine column & line.
is there a way to get a custom x axis, such as week ending dates instead of months?
You can format the labels shown in x-axis by using valueFormatString. Please refer this documentation page for list of options in format-string.
Also, can I add multiple multiple bars (2 bar axis) with line combo?
Yes, you can combine multi-series column chart & line chart. Please take a look at this JSFiddle for the same.
—-
Manoj Mohan
Team CanvasJS