Can you have two Y axis data points on a line chart?
I have a request from my manager to create a line chart that shows two separate metrics. Average completion time for Service Requests by Month and Total Count of Service Requests by Month. I built the query that pulls in all the relevant data, but it appears I can only act on one value when settings up the sql Chart Widget. It there a way to be able to select from two separate values to generate two overlaid lines on the line Chart?
Answers
Hi Bryan,
You would need to build you own widget to handle this. All the OOB ones only support one series.
Take a look here
https://cireson.com/blog/custom-dashboards-by-defining-your-own-widgets/
Also, this documentation and demo will be very helpful I think.
https://demos.telerik.com/kendo-ui/line-charts/index
Geoff