Changelog
v.0.0.2
December 29, 2024
Introducing Row and Lollipop Charts
Row charts
You can now create row charts within Graphmatik by selecting the row
chart option in the data workspace.
Row charts are very similar to column charts, except they are horizontally aligned instead of vertically aligned for comparing and ranking data. They share a familiar data table structure, charting interface, and statistics panel with column charts.
Likewise, you can now easily toggle between row and column variants when plotting a grouped chart.
Lollipop charts
Start creating lollipop charts
today. Lollipop charts are similar to basic barplots except the length of the bar is replace with a thin line and a dot/circle represents the numberical value of interest.
Lollipop plots are a very common and can essentially be used interchangably with basic barplots.
A new "Ghost" theme
We have been working on a new theme codenamed "Ghost". This new theme intends to provide a more minimalist or clean aesthetic compared to Graphmatik's default theme.
The "Ghost" theme will attempt to remove axes where possible in favor of annotated labels and will be rolled fully in future updates.
You can test out the "Ghost" theme in version 0.0.2 by creating any simplified bar or lollipop plot within the column
, row
, or grouped
chart options.
Fixes & Improvements
- Improvement to label collison detection instantiating a rotation on the x-axis
- Minor improvements to drop down menus
- Fixed inaccuracies between tonal values in legend labels and chart elements
- Fixed error when trying to generate violin plots with a single input value
- Fixed error when attempting to calculate 95% confidence intervals with a single input value
- Improvements to the power function and regression analysis when working with dates and timestamps