Published
Edited
Mar 8, 2021
Insert cell
Insert cell
Insert cell
Insert cell
highValueUsers(filecoinData, 'IPFS High Value User Volume & Growth Rate')
Insert cell
Insert cell
Insert cell
ipfsData = (await fetch(`${ipfsGetStatesUrl}?start_date=${startDate}`)).json()
Insert cell
filecoinData = (await fetch(`${filecoinGetStatesUrl}?start_date=${startDate}`)).json()
Insert cell
Chart = require('https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.3/Chart.bundle.min.js')
Insert cell
annotations = require('https://bundle.run/chartjs-plugin-annotation@0.5.7')
Insert cell
x = require('chartjs-plugin-annotation@0.5.7/src/index.js').catch(() => window["Chart"])
Insert cell
moment = require('moment')
Insert cell
import { dateDiffToHuman } from '@protocol/utils'
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more