Skip to content
View krngd2's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report krngd2

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

Pinned Loading

  1. CovidWithD3js CovidWithD3js Public

    Covid Data Visualization With D3js

    TypeScript 3 1

  2. Bar Chart Racing First Try Code Bar Chart Racing First Try Code
    1
    
    
    2
    fetch('https://api.covid19india.org/states_daily.json')
    3
    .then(res => res.json())
    4
    .then(data=> {
    5
        const totalCovidDataState = data.states_daily 
  3. PBIFormattingHelper PBIFormattingHelper Public

    TypeScript