I have been trying to create a bar char where the x-axis is grouped by both a date field, i.e Month & Year, and also the description of another data field, i.e. Clinic A, Clinic B. It would then show a count of each test type performed by each clinic that month.
Therefore for each month shown, there would be a a group of bars for both Clinics.
For example:
Is it possible to show this type of chart using CanvasJS?
-
This topic was modified 7 years, 6 months ago by gary.land. Reason: Add example image