Giter Site home page Giter Site logo

yaolifeng0629 / contribution-map Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 194 KB

contribution-map is a visual component that helps us visually display the contributors and their contributions to a project. This component can generate a matrix where each cell represents the number of contributions made by a contributor during a specific time period.

HTML 0.26% Vue 4.17% JavaScript 95.22% CSS 0.35%

contribution-map's Introduction

Contribution map mapping

  • contribution-map is a visual component that helps us visually display the contributors and their contributions to a project. This component can generate a matrix where each cell represents the number of contributions made by a contributor during a specific time period.

alt text

How to use it

  1. Install the contribution map component and use other methods such as NPM or Yarn to install it:
npm install contribution map

yarn add contribution map
  1. Introduce and use contribution map in the current project
<template>
    <ContributionMap :contributionData="contributionData"></ContributionMap>
</template>
<script setup>
import ContributionMap from './components/map.vue';
// Mock Data
const contributionData = [
    {
        count: 1,
        create_time: '2024-01-01',
    },
    {
        count: 1,
        create_time: '2024-01-07',
    },
    {
        count: 48,
        create_time: '2024-03-17',
    },
    {
        count: 1,
        create_time: '2024-01-05',
    },
    {
        count: 1,
        create_time: '2024-01-09',
    },
    ....
];
</script>

Contribution

  • We welcome all contributions and suggestions. If you want to contribute to contribution map, you can:
    • Submit bug reports or suggestions
    • Submit code improvements or new features
    • Improving documents

contribution-map's People

Contributors

yaolifeng0629 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

contribution-map'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.