The examples on the site are very lacking.
They dont show the view model or how to represent the data.
I want to be able to plot multiple points on a simple line graph
My data is 3 tables
Businesses
Jobs
Candidates
The X axis would be time
The Y axis would be the value
the queries would just return the count grouped by date, week or month and the total number in each
Then plot them all together.
Can anyone point me to an example that shows what the actual view model would look like.