Skip to content
View Kyeongan's full-sized avatar

Organizations

@mitre @CougarCS @data-insider-nyc

Block or report Kyeongan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Kyeongan/README.md

Hello, I'm Karl. I do open source!

Karl Kwon's github stats

💬 Ask me about anything here

Pinned Loading

  1. data-insider-nyc/trendboard data-insider-nyc/trendboard Public

    Trendboard is a web application that visualizes real-time, trendy public datasets through interactive charts and dashboards. Built using modern technologies like React, Vite, and Recharts, this app…

    TypeScript 2 1

  2. COVID-19-Timeline-Data-Visualizer COVID-19-Timeline-Data-Visualizer Public

    Forked from henryzt/COVID-19-Timeline-Data-Visualizer

    Coronavirus UK and world data visualiser with interactive timeline using vuejs and bootstrap

    Vue

  3. Custom tooltip for nvd3 Custom tooltip for nvd3
    1
    // custom tooltip example
    2
    chart.tooltip.contentGenerator(function (obj) {
    3
        var format = d3.format(",d");
    4
    
                  
    5
        return '<table><thead><tr><td class=x-value colspan=3><h1 class=tooltip>' + obj.data.name + '</h1></td></tr></thead>' +
  4. ScholarPlot ScholarPlot Public

    Forked from UH-CPL/ScholarPlot

    Data visualization tool for scholars' career of Google Scholar

    1