Git Product home page Git Product logo

os_donut_widget's Introduction

os_donut_widget

A custom OS Breakdown widget for MunkiReport 5 to display the information in a colored donut.

v. 1.0.4
April 17, 2023
Alex Narvey / Precursor.ca

OS Breakdown in colored donut

A custom OS Breakdown widget for MunkiReport 5 to display the information in a colored donut.

You can cahnge colors by editing the values in var myColors.

You show percentages instead of subtotals in ToolTips by commenting:

chart.tooltip.valueFormatter(function(d){ return (d);

and uncommenting:

chart.tooltip.valueFormatter(function(d){ return (d * 100/total).toFixed() + '%';.

No warrantee is offered. Neither express nor implied. Use at your own risk.

Place in: munkireport-php/local/views/widgets folder.

And call using a .yml file os_donut:

See the munkireport wiki on custom dashbaoards at:

https://github.com/munkireport/munkireport-php/wiki/Dashboards

Updates

• February 16, 2019 Version 1.0

• February 17, 2019 Version 1.0.1 - Arjen van Bochoven added a formatter to remove the decimal in the Tooltips and I provided an option to use percentages in Tooltips instead. Updated the graphic to show Tooltips without decimals. Provided customization instructions.

• February 17, 2019 Version 1.0.2 - Jon Crain fixed code to update when filters are applied.

• February 21, 2019 Version 1.0.3 - Add a clickback to link to the detailed view.

• April 17, 2023 Version 1.0.4 - Added a version for to display properly in munkireport 6.

Contributors

• Alex Narvey

• Arjen van Bochoven

• Jon Crain

— Alex Narvey

precursor.ca

os_donut_widget's People

Contributors

precursorca avatar joncrain avatar

Stargazers

bryan heinz avatar Philippe Sainte-Marie avatar Stephen Johnson avatar

Watchers

Jens Malessa avatar James Cloos avatar Philippe Sainte-Marie avatar  avatar

os_donut_widget's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.