Skip to content

Instantly share code, notes, and snippets.

View williaster's full-sized avatar
🧑‍🚀

Chris Williams williaster

🧑‍🚀
View GitHub Profile

Superset Dashboard v2 Upgrade

Versions

Dashboard v1 + v2 are available in the following releases

0.27.0 (expected)

Dashboard v1 is deprecated in the following release, which will convert v1 layout json to v2 in a database migration.

@williaster
williaster / Superset Dashboard v2.md
Last active January 23, 2024 06:58
Superset Dashboard v2

New Superset Dashboard Experience 🎉

Contents

Improvements
User guide
FAQs

Improvements

The new Superset Dashboard experience introduces several major improvements to the viewing and editing of dashboards. Some highlights include:

@williaster
williaster / BarSeries.jsx
Last active May 22, 2017 19:54
Potential reusable chart API for `@data-ui/xychart`
import React from 'react';
import PropTypes from 'prop-types';
import { Group } from '@vx/group';
import { Bar } from '@vx/shape';
import { scaleShape } from './propShapes';
const propTypes = {
data: PropTypes.arrayOf(PropTypes.shape({
x: PropTypes.instanceOf(moment).isRequired,
@williaster
williaster / .block
Last active November 23, 2016 19:51
Ternary plot
license: mit
@williaster
williaster / .block
Last active October 10, 2016 23:26
Weighted Voronoi (sort of)
license: mit
@williaster
williaster / .block
Created June 24, 2016 18:10
Collision Detection
license: gpl-3.0
@williaster
williaster / NYC_crime_sampled-with-random-days_n10000.csv
Created May 26, 2015 06:11
Linking map data to an interactive timeline in d3
We can't make this file beautiful and searchable because it's too large.
,longitude,latitude,TOT,CR,TIME,MO,YR
11445,-73.815096691856,40.730042983825,1,GRAND LARCENY,08/18/2013,8,2013
28999,-73.952908646328,40.712911787046,1,BURGLARY,12/13/2013,12,2013
47769,-73.965113813189,40.639836513136004,1,GRAND LARCENY,03/30/2013,3,2013
41099,-73.940220588697,40.686660435376,1,FELONY ASSAULT,10/08/2013,10,2013
5526,-74.01374696977,40.643527230173,1,FELONY ASSAULT,01/12/2013,1,2013
80610,-73.93018764409601,40.678047177018,1,GRAND LARCENY,09/28/2013,9,2013
61115,-73.852676931635,40.825408292824996,1,FELONY ASSAULT,03/03/2013,3,2013
30888,-74.01304006111201,40.621802314197,1,GRAND LARCENY OF MOTOR VEHICLE,12/07/2013,12,2013
56956,-73.867258463997,40.831623571388,1,ROBBERY,01/29/2013,1,2013
@williaster
williaster / NYC_crime_sampled-with-random-days_n10000.csv
Created May 26, 2015 06:05
Linking map data to an interactive timeline in d3
We can't make this file beautiful and searchable because it's too large.
,longitude,latitude,TOT,CR,TIME,MO,YR
11445,-73.815096691856,40.730042983825,1,GRAND LARCENY,08/18/2013,8,2013
28999,-73.952908646328,40.712911787046,1,BURGLARY,12/13/2013,12,2013
47769,-73.965113813189,40.639836513136004,1,GRAND LARCENY,03/30/2013,3,2013
41099,-73.940220588697,40.686660435376,1,FELONY ASSAULT,10/08/2013,10,2013
5526,-74.01374696977,40.643527230173,1,FELONY ASSAULT,01/12/2013,1,2013
80610,-73.93018764409601,40.678047177018,1,GRAND LARCENY,09/28/2013,9,2013
61115,-73.852676931635,40.825408292824996,1,FELONY ASSAULT,03/03/2013,3,2013
30888,-74.01304006111201,40.621802314197,1,GRAND LARCENY OF MOTOR VEHICLE,12/07/2013,12,2013
56956,-73.867258463997,40.831623571388,1,ROBBERY,01/29/2013,1,2013
@williaster
williaster / NYC_crime_sampled-with-random-days_n10000.csv
Created May 26, 2015 05:55
Linking map data to an interactive timeline in d3
We can't make this file beautiful and searchable because it's too large.
,longitude,latitude,TOT,CR,TIME,MO,YR
11445,-73.815096691856,40.730042983825,1,GRAND LARCENY,08/18/2013,8,2013
28999,-73.952908646328,40.712911787046,1,BURGLARY,12/13/2013,12,2013
47769,-73.965113813189,40.639836513136004,1,GRAND LARCENY,03/30/2013,3,2013
41099,-73.940220588697,40.686660435376,1,FELONY ASSAULT,10/08/2013,10,2013
5526,-74.01374696977,40.643527230173,1,FELONY ASSAULT,01/12/2013,1,2013
80610,-73.93018764409601,40.678047177018,1,GRAND LARCENY,09/28/2013,9,2013
61115,-73.852676931635,40.825408292824996,1,FELONY ASSAULT,03/03/2013,3,2013
30888,-74.01304006111201,40.621802314197,1,GRAND LARCENY OF MOTOR VEHICLE,12/07/2013,12,2013
56956,-73.867258463997,40.831623571388,1,ROBBERY,01/29/2013,1,2013
@williaster
williaster / boroughs.geo.json
Created May 25, 2015 21:40
Plotting map data with d3.js and topojson.js
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.