KamWithK / exSTATic

Zero effort language learning reading tracker with graphs and stats
GNU General Public License v3.0
93 stars 7 forks source link

Resolve invisible data point bug #30

Open sbgeiger opened 1 week ago

sbgeiger commented 1 week ago

Increases minimum size of circles from 0r to 5r so that the lowest data point is still rendered. This fixes an issue where the lowest data point in the collection has a radius of 0. This is especially noticeable for new users when they might have only a few data points.

Before: image

After: image