Giter Site home page Giter Site logo

fishbone-chart-aurelia's Introduction

Fishbone-chart-aurelia

WIP

Fishbone chart custom element for aurelia

Usage

On the desired view, import the custom element and use it as follows:

<template>
    <require from="./fishbone-chart/fishbone-chart"></require>

    <div>
        <fishbone-chart data.bind="myChartData"></fishbone-chart>
    </div>
</template>

The data should be structured as follows:

export class App {
    myChartData = {
        'Slow Network': {
            'Infrastructure': ['Outdated hardware', 'Inadequate bandwidth provision', 'Congested network'],
            'Configuration': ['Misconfigured firewall', 'Improper routing rules', 'QoS settings not optimized'],
            'Service Provider': ['Throttling', 'Unreliable service', 'Poor coverage'],
            'Client Devices': ['Too many background applications', 'Hardware limitations', 'Out-of-date drivers'],
            'Usage Patterns': ['High traffic during peak hours', 'Unscheduled backups', 'Streaming high-resolution media'],
        },
        'Software Bugs': {
            'Codebase': ['Legacy code issues', 'Lack of unit tests', 'Spaghetti code'],
            'Development Practices': ['No code reviews', 'Rushed releases', 'Insufficient testing'],
            'Tooling': ['Outdated development tools', 'Lack of error tracking software'],
            'Team Skills': ['Unfamiliar with technology stack', 'Inadequate domain knowledge'],
            'Documentation': ['Outdated documentation', 'Lack of onboarding materials for new developers'],
        },
        'Employee Turnover': {
            'Management': ['Lack of recognition', 'Ineffective leadership', 'Poor communication'],
            'Compensation': ['Below market salary', 'Inadequate benefits package', 'Rare bonuses'],
            'Career Growth': ['Limited promotion opportunities', 'Lack of professional development'],
            'Work Environment': ['Excessive overtime', 'Toxic team culture', 'High stress levels'],
            'Work-Life Balance': ['Inflexible work hours', 'No remote work options', 'Insufficient vacation days'],
        },
    };
}

Result of the data above

Slow Network Software Bugs Employee turnover

fishbone-chart-aurelia's People

Contributors

hugofmiranda avatar

Watchers

 avatar

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.