This app quickly creates graphs from simple input.
Works with line, bar, and pie graphs.
We've also implemented a new combo graph with lines and bars.
Combining a monthly bar graph with a cumulative line graph for each month makes the information much easier to understand.
It's a bit quirky as it instantly draws graphs from input data.
Please check the summary below.
・Data Values
No strict input limits, but for a neat layout, keep characters short.
Adjust units to shorten characters (e.g., [Unit: 1,000 yen]).
・Data Labels:
Adjusted for the longest notation '20231101.'
To minimize data label characters, use '23/11/01' or '11/1' as labels, and include '2023-' in the title.
Labels with 3 or fewer characters display horizontally.
・Pie Charts
If input totals 100, it's % distribution on the graph. If not, it auto-calculates percentages.
What's new (v1.1.0)
We’ve added a feature that lets you rearrange the input data by long pressing.
The touch area can be a bit tricky, so if you want to move an item to the first or last position, try sliding diagonally and give it a little shake at the end to drag it into place.
This feature is mainly for fixing mistakes, like when you accidentally skip a line. Continuous input is still faster overall.