← Hashito System home 日本語 Tools Blog

Animated Line Graph Maker

JSON → intro zoom → growing lines → WebM recording
Ready
3
00:00.0 / 00:14.0

When to use it

This suits numbers that rise and fall over time, such as revenue, user counts or page views. Instead of screen-recording a spreadsheet chart, you get the lines growing as a video file. The data is two parts: timeline (the list of periods) and series (name, color and values).

For a period whose value is unknown, put null at that position in values. The number of entries in values must match timeline; if it does not, a message appears when you apply the JSON. Use "Save JSON" to keep the data as a file, and "Load JSON" to read it back next time.

How the length is decided

The total time is the zoom-in intro, plus the line drawing time, plus the hold at the end. The seek bar shows the position within that total. The playback speed (0.25x to 3x) only affects what you watch on screen; the recorded video keeps its own length.

ResolutionRatioTypical use
1280×72016:9Quick trial
1920×108016:9Ordinary landscape video
2560×1440 / 3840×216016:9High-resolution export
1080×19209:16Short-form and portrait social posts

How the Y axis moves

yAxis.mode in the JSON takes three values. With grow, the upper limit follows the lines as they advance, which makes the rise feel stronger. fixed pins the axis to max, and auto derives one fixed value from all the data. startMax is the starting limit for grow, headroom is the space kept above the highest value, and smooth controls how gently the axis follows.

Adjusting the look

The grid, the legend, the value label at the tip and the actual data points can each be turned off. If the text looks small, raise the "Title", "Axis and period labels", "Value at the line tip" and "Large current value" sliders. Neon glow, tip trail and particles are decorative, so switch them off for a calmer chart. With many series, "First series only" lets you check them one at a time.

Only the canvas is recorded, so the settings panel and the buttons never appear in the video. The safe area guide is a preview aid and is not recorded either. Recording uses MediaRecorder and captureStream, so a recent Chrome or Edge is recommended.

Frequently asked questions

What kind of video does it make?

A video in which the lines grow from left to right along the timeline. A small chart zooms up during the intro, and the current value follows the tip of each line. The export format is WebM.

How do I write periods that have no data?

Put null at that position in values. Null gaps are drawn as a dashed line with a "No data" label. The number of entries in values must match timeline.

Can the Y axis grow together with the numbers?

Yes. Set yAxis.mode to grow in the JSON and the upper limit of the Y axis follows the values as the lines advance. Use fixed to pin it to max, or auto for a fixed value derived from all the data.

Is anything I enter sent to a server?

No. Parsing the JSON, drawing the chart and exporting the video all happen inside your browser. Nothing is sent anywhere.