├── .github └── FUNDING.yml ├── LICENSE ├── README.md ├── advanced-templates ├── README.md └── hr-sankey │ ├── README.md │ ├── sankey-demo-data.csv │ └── sankey.json ├── change-over-time ├── README.md ├── area.deneb-template.json ├── candlestick.deneb-template.json ├── column-and-line.deneb-template.json ├── column.deneb-template.json ├── line.deneb-template.json └── slope.deneb-template.json ├── correlation ├── README.md ├── bubble-plot.deneb-template.json ├── column-and-line-timeline.deneb-template.json ├── connected-scatterplot.deneb-template.json ├── heatmap.deneb-template.json └── scatterplot.deneb-template.json ├── deviation ├── README.md ├── back-to-back-bar-chart.deneb-template.json ├── diverging-bar-chart.deneb-template.json ├── diverging-stacked-bar-chart.deneb-template.json └── surplus-deficit-filled-line-chart.deneb-template.json ├── distribution ├── README.md ├── barcode-plot.deneb-template.json ├── boxplot.deneb-template.json ├── dot-plot.deneb-template.json ├── dot-strip-plot.deneb-template.json ├── histogram.deneb-template.json ├── population-pyramid.deneb-template.json └── violin-plot.deneb-template.json ├── flow ├── README.md ├── chord.deneb-templates.jsob ├── network.deneb-template.json ├── sankey.deneb-template.json └── waterfall.deneb-template.json ├── magnitude ├── README.md ├── bar-chart-two-series.deneb-template.json ├── bar-chart.deneb-template.json ├── bullet-graph.deneb-template.json ├── column-chart-two-series.deneb-template.json ├── column-chart.deneb-template.json ├── grouped-symbol.deneb-template.json ├── isotype-pictogram.deneb-template.json ├── lollipop.deneb-template.json ├── marimekko.deneb-template.json ├── parallel-coordinates.deneb-template.json ├── proportional-symbol.deneb-template.json └── radar.deneb-template.json ├── part-to-whole ├── README.md ├── donut-chart.deneb-template.json ├── gridplot.deneb-template.json ├── marimekko.deneb-template.json ├── parliament-diagram.deneb-template.json ├── pie-chart.deneb-template.json ├── stacked-column.deneb-template.json ├── treemap.deneb-template.json ├── venn-diagram.deneb-template.json ├── voronoi.deneb-template.json └── waterfall.deneb-template.json ├── ranking ├── README.md ├── bar-chart-ordered.deneb-template.json ├── bump.deneb-template.json ├── column-chart-ordered.deneb-template.json ├── dot-strip-plot.deneb-template.json ├── lollipop.deneb-template.json ├── ordered-proportional-symbol.deneb-template.json └── slope.deneb-template.json └── spatial ├── README.md ├── choropleth.deneb-template.json ├── contour-map.deneb-template.json ├── dot-density.deneb-template.json ├── equalised-cartogram.deneb-template.json ├── flow-map.deneb-template.json ├── heat-map.deneb-template.json ├── proportional-symbol.deneb-template.json └── scaled-cartogram.deneb-template.json /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: avatorl 4 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/README.md -------------------------------------------------------------------------------- /advanced-templates/README.md: -------------------------------------------------------------------------------- 1 | # Advanced Deneb (Vega) Templates 2 | -------------------------------------------------------------------------------- /advanced-templates/hr-sankey/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/advanced-templates/hr-sankey/README.md -------------------------------------------------------------------------------- /advanced-templates/hr-sankey/sankey-demo-data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/advanced-templates/hr-sankey/sankey-demo-data.csv -------------------------------------------------------------------------------- /advanced-templates/hr-sankey/sankey.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/advanced-templates/hr-sankey/sankey.json -------------------------------------------------------------------------------- /change-over-time/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/change-over-time/README.md -------------------------------------------------------------------------------- /change-over-time/area.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/change-over-time/area.deneb-template.json -------------------------------------------------------------------------------- /change-over-time/candlestick.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/change-over-time/candlestick.deneb-template.json -------------------------------------------------------------------------------- /change-over-time/column-and-line.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/change-over-time/column-and-line.deneb-template.json -------------------------------------------------------------------------------- /change-over-time/column.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/change-over-time/column.deneb-template.json -------------------------------------------------------------------------------- /change-over-time/line.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/change-over-time/line.deneb-template.json -------------------------------------------------------------------------------- /change-over-time/slope.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/change-over-time/slope.deneb-template.json -------------------------------------------------------------------------------- /correlation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/correlation/README.md -------------------------------------------------------------------------------- /correlation/bubble-plot.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/correlation/bubble-plot.deneb-template.json -------------------------------------------------------------------------------- /correlation/column-and-line-timeline.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/correlation/column-and-line-timeline.deneb-template.json -------------------------------------------------------------------------------- /correlation/connected-scatterplot.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/correlation/connected-scatterplot.deneb-template.json -------------------------------------------------------------------------------- /correlation/heatmap.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/correlation/heatmap.deneb-template.json -------------------------------------------------------------------------------- /correlation/scatterplot.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/correlation/scatterplot.deneb-template.json -------------------------------------------------------------------------------- /deviation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/deviation/README.md -------------------------------------------------------------------------------- /deviation/back-to-back-bar-chart.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/deviation/back-to-back-bar-chart.deneb-template.json -------------------------------------------------------------------------------- /deviation/diverging-bar-chart.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/deviation/diverging-bar-chart.deneb-template.json -------------------------------------------------------------------------------- /deviation/diverging-stacked-bar-chart.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/deviation/diverging-stacked-bar-chart.deneb-template.json -------------------------------------------------------------------------------- /deviation/surplus-deficit-filled-line-chart.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/deviation/surplus-deficit-filled-line-chart.deneb-template.json -------------------------------------------------------------------------------- /distribution/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/distribution/README.md -------------------------------------------------------------------------------- /distribution/barcode-plot.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/distribution/barcode-plot.deneb-template.json -------------------------------------------------------------------------------- /distribution/boxplot.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/distribution/boxplot.deneb-template.json -------------------------------------------------------------------------------- /distribution/dot-plot.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/distribution/dot-plot.deneb-template.json -------------------------------------------------------------------------------- /distribution/dot-strip-plot.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/distribution/dot-strip-plot.deneb-template.json -------------------------------------------------------------------------------- /distribution/histogram.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/distribution/histogram.deneb-template.json -------------------------------------------------------------------------------- /distribution/population-pyramid.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/distribution/population-pyramid.deneb-template.json -------------------------------------------------------------------------------- /distribution/violin-plot.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/distribution/violin-plot.deneb-template.json -------------------------------------------------------------------------------- /flow/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/flow/README.md -------------------------------------------------------------------------------- /flow/chord.deneb-templates.jsob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/flow/chord.deneb-templates.jsob -------------------------------------------------------------------------------- /flow/network.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/flow/network.deneb-template.json -------------------------------------------------------------------------------- /flow/sankey.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/flow/sankey.deneb-template.json -------------------------------------------------------------------------------- /flow/waterfall.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/flow/waterfall.deneb-template.json -------------------------------------------------------------------------------- /magnitude/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/magnitude/README.md -------------------------------------------------------------------------------- /magnitude/bar-chart-two-series.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/magnitude/bar-chart-two-series.deneb-template.json -------------------------------------------------------------------------------- /magnitude/bar-chart.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/magnitude/bar-chart.deneb-template.json -------------------------------------------------------------------------------- /magnitude/bullet-graph.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/magnitude/bullet-graph.deneb-template.json -------------------------------------------------------------------------------- /magnitude/column-chart-two-series.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/magnitude/column-chart-two-series.deneb-template.json -------------------------------------------------------------------------------- /magnitude/column-chart.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/magnitude/column-chart.deneb-template.json -------------------------------------------------------------------------------- /magnitude/grouped-symbol.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/magnitude/grouped-symbol.deneb-template.json -------------------------------------------------------------------------------- /magnitude/isotype-pictogram.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/magnitude/isotype-pictogram.deneb-template.json -------------------------------------------------------------------------------- /magnitude/lollipop.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/magnitude/lollipop.deneb-template.json -------------------------------------------------------------------------------- /magnitude/marimekko.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/magnitude/marimekko.deneb-template.json -------------------------------------------------------------------------------- /magnitude/parallel-coordinates.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/magnitude/parallel-coordinates.deneb-template.json -------------------------------------------------------------------------------- /magnitude/proportional-symbol.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/magnitude/proportional-symbol.deneb-template.json -------------------------------------------------------------------------------- /magnitude/radar.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/magnitude/radar.deneb-template.json -------------------------------------------------------------------------------- /part-to-whole/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/part-to-whole/README.md -------------------------------------------------------------------------------- /part-to-whole/donut-chart.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/part-to-whole/donut-chart.deneb-template.json -------------------------------------------------------------------------------- /part-to-whole/gridplot.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/part-to-whole/gridplot.deneb-template.json -------------------------------------------------------------------------------- /part-to-whole/marimekko.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/part-to-whole/marimekko.deneb-template.json -------------------------------------------------------------------------------- /part-to-whole/parliament-diagram.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/part-to-whole/parliament-diagram.deneb-template.json -------------------------------------------------------------------------------- /part-to-whole/pie-chart.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/part-to-whole/pie-chart.deneb-template.json -------------------------------------------------------------------------------- /part-to-whole/stacked-column.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/part-to-whole/stacked-column.deneb-template.json -------------------------------------------------------------------------------- /part-to-whole/treemap.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/part-to-whole/treemap.deneb-template.json -------------------------------------------------------------------------------- /part-to-whole/venn-diagram.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/part-to-whole/venn-diagram.deneb-template.json -------------------------------------------------------------------------------- /part-to-whole/voronoi.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/part-to-whole/voronoi.deneb-template.json -------------------------------------------------------------------------------- /part-to-whole/waterfall.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/part-to-whole/waterfall.deneb-template.json -------------------------------------------------------------------------------- /ranking/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/ranking/README.md -------------------------------------------------------------------------------- /ranking/bar-chart-ordered.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/ranking/bar-chart-ordered.deneb-template.json -------------------------------------------------------------------------------- /ranking/bump.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/ranking/bump.deneb-template.json -------------------------------------------------------------------------------- /ranking/column-chart-ordered.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/ranking/column-chart-ordered.deneb-template.json -------------------------------------------------------------------------------- /ranking/dot-strip-plot.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/ranking/dot-strip-plot.deneb-template.json -------------------------------------------------------------------------------- /ranking/lollipop.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/ranking/lollipop.deneb-template.json -------------------------------------------------------------------------------- /ranking/ordered-proportional-symbol.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/ranking/ordered-proportional-symbol.deneb-template.json -------------------------------------------------------------------------------- /ranking/slope.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/ranking/slope.deneb-template.json -------------------------------------------------------------------------------- /spatial/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/spatial/README.md -------------------------------------------------------------------------------- /spatial/choropleth.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/spatial/choropleth.deneb-template.json -------------------------------------------------------------------------------- /spatial/contour-map.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/spatial/contour-map.deneb-template.json -------------------------------------------------------------------------------- /spatial/dot-density.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/spatial/dot-density.deneb-template.json -------------------------------------------------------------------------------- /spatial/equalised-cartogram.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/spatial/equalised-cartogram.deneb-template.json -------------------------------------------------------------------------------- /spatial/flow-map.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/spatial/flow-map.deneb-template.json -------------------------------------------------------------------------------- /spatial/heat-map.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/spatial/heat-map.deneb-template.json -------------------------------------------------------------------------------- /spatial/proportional-symbol.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/spatial/proportional-symbol.deneb-template.json -------------------------------------------------------------------------------- /spatial/scaled-cartogram.deneb-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avatorl/Deneb-Vega-Templates/HEAD/spatial/scaled-cartogram.deneb-template.json --------------------------------------------------------------------------------