Skip to content
View Kyeongan's full-sized avatar

Organizations

@mitre @CougarCS @data-insider-nyc
Block or Report

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!

Linkedin Badge Twitter Badge

GitHub stats

Karl Kwon's github stats

💬 Ask me about anything here

Pinned

  1. 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>' +
  2. ScholarPlot ScholarPlot Public

    Forked from UH-CPL/ScholarPlot

    Data visualization tool for scholars' career of Google Scholar

    1

  3. UKC-Python UKC-Python Public

    UKC 2018 - Data Science Workshop - Python

    Jupyter Notebook 1

  4. 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