Skip to content

Instantly share code, notes, and snippets.

View williaster's full-sized avatar
🧑‍🚀

Chris Williams williaster

🧑‍🚀
View GitHub Profile
@williaster
williaster / .block
Last active November 23, 2016 19:51
Ternary plot
license: mit
@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 / 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:

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.