Giter VIP home page Giter VIP logo

eg-radar's Introduction

Hi, there! 👋

My name is Edgars Garšneks! I'm a full stack software developer from Latvia with over than 10 years of experience. Have been delivering different custom engineering solutions ranging from basic web and microservice solutions, ending with big data platforms.

Besides main work have been involved in many educational activities - giving guest lectures in university and leading different programming courses for children and adults. One of the 2024 new years resolutions goals is be more active in Open Source community and start sharing knowledge on the web!

eg-radar's People

Contributors

edgarsgarsneks avatar

Watchers

 avatar

eg-radar's Issues

Tooltip not fully rendered when out of radar bounds

Description

Tooltip text being cut when near right margin making text unreadable.

Bug

Expected Behavior

When text cannot fully fit the screen, it's position should be adjusted to fit (if possible, not talking about unreasonable text lengths).

How To Reproduce?

This issue can be reproduced with following config

{
    "width": 300,
    "style": { "seed": 34 },
    "sectors": [
        { "label": "Sector 1"},
        { "label": "Sector 2"},        
        { "label": "Sector 2"}
    ],
    "rings": [
        { "label": "Ring1",  "color": "green" },
        { "label": "Ring2",  "color": "green" }    
    ],
    "entries": [ { "label": "My Longer Text", "sector": 0, "ring": 1, "moved": 0 } ]
}

Solution Proposal

In the RadarRenderer.ts in showTooltip method include necessary position update in "transform" attribute.

Add GitHub workflow for running tests

Description

Tests should be run automatically on created PRs, to insure quality and reduce manual interactions.

Expected Behavior

Tests should automatically be executed and test report should be provided in the PR comments. If there are tests failures, PR should be blocked from merging.

Solution Proposal

Implement via GitHub workflow using GitHub actions https://github.com/features/actions

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.