Charts
Lollipop Chart
A simple, yet elegant alternative to the classic bar chart.
What is a lollipop chart?
A lollipop chart is a stylized version of the bar chart, replacing the rectangular bars with a line (the "stick") and circle (the "lollipop head"). The length of the stick and circle position represent the value of interest, similar to the length of a bar.
The lollipop design offers a cleaner, less visually cluttered appearance than the traditional bar chart. This is advantageous when comparing a large number of categories, such as datasets generated by high-throughput screening, "omics" related workflows, etc.
You can
switch
to displaying bars instead of lollipops by changing the style with the design interfaceWARNING: Lollipop charts can only show a single point and are unable to visually convey error estimates or the underlying shape of the data. Thus, they are best suited for single-point metrics, datasets with low dispersion, or comparing a large number of categories.
Default vertical lollipop chart
A stylistic variation of the traditional bar chart
Easily swap directions
Alternate between vertical or horizontal lollipop charts by switching types within the data workspace.
Labeling
Switch to Graphmatik's "ghost" theme, to use data labels instead of axes. Labels reduce visual clutter without compromising clarity.
Chart properties
Prop | Default | Description |
---|---|---|
central tendency | mean | mean The sum of a set of values divided by the number of values in the set. median The middle most value of a sorted set of numbers. |
theme | default | default Graphmatik's default chart theme which displays data relative to axes. ghost The "ghost" theme removes axes in favor of annotated labels. |
style | lollipops | lollipops Line and dot representation of the data. bars Traditional rectangular bar chart. |
sort | none | none The dataset is arranged in insertion order. ascending The dataset is arranged from smallest to largest value. descending The dataset is arranged from largest to smallest value. |