Home Analytics

Sample code for Dashboards 300 Blog

Steve_WrightSteve_Wright Cireson Support Advanced IT Monkey ✭✭✭

Hi all,

In February, I posted a blog on our web page about creating a high-density chart: (see link).

Here is the code used to create the example shown:

1) Datasource: (SQL-datasource.txt) This is the query that provides the tabular data used in the kendo chart. It tacks created and closed dates for incident, service and problem requests.

2) Kendo chart code: (multistack.js) Don't forget to add your queryId for the datasource at line 6.

3) Add the function to a CustomSpace folder and call in the custom.js file. Use the text/html widget to add to a dashboard.

Please let me know if you have any questions, comments or feedback.

Thanks,

Steve


Comments

  • James_JohnsonJames_Johnson Customer Advanced IT Monkey ✭✭✭

    Thanks for posting this @Steve_Wright! It was super helpful.

    I just wanted to share what I did with it for our site.

    This report is just for incidents for one of our support groups. Feel free to ask me if you have any questions about it, code for SQL and the chart are attached. Dark green is the total open tickets, light green was created that day and red was resolved that day.


  • Steve_WrightSteve_Wright Cireson Support Advanced IT Monkey ✭✭✭

    @James_Johnson

    Thanks for taking the time to share your report and code! This is a great use case.

    I'll be checking out this visualization for some of my dashboards!

    Regards,

    Steve

  • Philip_HåkansPhilip_Håkans Customer IT Monkey ✭

    This was exactly what I was looking for!

    Thanks for posting! :)

  • Stephane_BouillonStephane_Bouillon Customer Advanced IT Monkey ✭✭✭

    Thanks all, I'll check it out

Sign In or Register to comment.