-
Notifications
You must be signed in to change notification settings - Fork 1
[waffle-basic] Basic Waffle Chart #998
Copy link
Copy link
Open
Labels
approvedApproved for implementationApproved for implementationimpl:altair:doneAltair implementation mergedAltair implementation mergedimpl:altair:pendingaltair generation in progressaltair generation in progressimpl:bokeh:donebokeh implementation mergedbokeh implementation mergedimpl:bokeh:pendingbokeh generation in progressbokeh generation in progressimpl:chartjs:failedchartjs implementation failedchartjs implementation failedimpl:d3:failedd3 implementation failedd3 implementation failedimpl:echarts:failedecharts implementation failedecharts implementation failedimpl:ggplot2:failedggplot2 implementation failedggplot2 implementation failedimpl:highcharts:donehighcharts implementation mergedhighcharts implementation mergedimpl:highcharts:failedhighcharts max retries exhaustedhighcharts max retries exhaustedimpl:letsplot:doneletsplot implementation mergedletsplot implementation mergedimpl:letsplot:failedletsplot max retries exhaustedletsplot max retries exhaustedimpl:makie:failedmakie max retries exhaustedmakie max retries exhaustedimpl:matplotlib:doneMatplotlib implementation mergedMatplotlib implementation mergedimpl:matplotlib:pendingmatplotlib generation in progressmatplotlib generation in progressimpl:muix:failedmuix implementation failedmuix implementation failedimpl:plotly:doneplotly implementation mergedplotly implementation mergedimpl:plotnine:doneplotnine implementation mergedplotnine implementation mergedimpl:plotnine:pendingplotnine generation in progressplotnine generation in progressimpl:pygal:donepygal implementation mergedpygal implementation mergedimpl:pygal:failedpygal max retries exhaustedpygal max retries exhaustedimpl:seaborn:doneseaborn implementation mergedseaborn implementation mergedimpl:seaborn:pendingseaborn generation in progressseaborn generation in progressspec-readySpecification merged to mainSpecification merged to mainwatchdog:retried-chartjsWatchdog retried chartjs onceWatchdog retried chartjs oncewatchdog:retried-d3Watchdog retried d3 onceWatchdog retried d3 oncewatchdog:retried-echartsWatchdog retried echarts onceWatchdog retried echarts oncewatchdog:retried-ggplot2Watchdog retried ggplot2 onceWatchdog retried ggplot2 oncewatchdog:retried-highchartsWatchdog retried highcharts onceWatchdog retried highcharts oncewatchdog:retried-letsplotWatchdog retried letsplot onceWatchdog retried letsplot oncewatchdog:retried-makieWatchdog retried makie onceWatchdog retried makie oncewatchdog:retried-muixWatchdog retried muix onceWatchdog retried muix oncewatchdog:retried-pygalWatchdog retried pygal onceWatchdog retried pygal once
Description
Metadata
Metadata
Assignees
Labels
approvedApproved for implementationApproved for implementationimpl:altair:doneAltair implementation mergedAltair implementation mergedimpl:altair:pendingaltair generation in progressaltair generation in progressimpl:bokeh:donebokeh implementation mergedbokeh implementation mergedimpl:bokeh:pendingbokeh generation in progressbokeh generation in progressimpl:chartjs:failedchartjs implementation failedchartjs implementation failedimpl:d3:failedd3 implementation failedd3 implementation failedimpl:echarts:failedecharts implementation failedecharts implementation failedimpl:ggplot2:failedggplot2 implementation failedggplot2 implementation failedimpl:highcharts:donehighcharts implementation mergedhighcharts implementation mergedimpl:highcharts:failedhighcharts max retries exhaustedhighcharts max retries exhaustedimpl:letsplot:doneletsplot implementation mergedletsplot implementation mergedimpl:letsplot:failedletsplot max retries exhaustedletsplot max retries exhaustedimpl:makie:failedmakie max retries exhaustedmakie max retries exhaustedimpl:matplotlib:doneMatplotlib implementation mergedMatplotlib implementation mergedimpl:matplotlib:pendingmatplotlib generation in progressmatplotlib generation in progressimpl:muix:failedmuix implementation failedmuix implementation failedimpl:plotly:doneplotly implementation mergedplotly implementation mergedimpl:plotnine:doneplotnine implementation mergedplotnine implementation mergedimpl:plotnine:pendingplotnine generation in progressplotnine generation in progressimpl:pygal:donepygal implementation mergedpygal implementation mergedimpl:pygal:failedpygal max retries exhaustedpygal max retries exhaustedimpl:seaborn:doneseaborn implementation mergedseaborn implementation mergedimpl:seaborn:pendingseaborn generation in progressseaborn generation in progressspec-readySpecification merged to mainSpecification merged to mainwatchdog:retried-chartjsWatchdog retried chartjs onceWatchdog retried chartjs oncewatchdog:retried-d3Watchdog retried d3 onceWatchdog retried d3 oncewatchdog:retried-echartsWatchdog retried echarts onceWatchdog retried echarts oncewatchdog:retried-ggplot2Watchdog retried ggplot2 onceWatchdog retried ggplot2 oncewatchdog:retried-highchartsWatchdog retried highcharts onceWatchdog retried highcharts oncewatchdog:retried-letsplotWatchdog retried letsplot onceWatchdog retried letsplot oncewatchdog:retried-makieWatchdog retried makie onceWatchdog retried makie oncewatchdog:retried-muixWatchdog retried muix onceWatchdog retried muix oncewatchdog:retried-pygalWatchdog retried pygal onceWatchdog retried pygal once
Description
A waffle chart displays proportions using a grid of squares where colored squares represent parts of a whole. It provides an intuitive alternative to pie charts, making it easier to compare proportions accurately.
Key Features
Applications
Data Requirements
category(categorical) - Category labelsvalue(numeric) - Proportions or percentagesVisual Elements