Sparkliner
Sparkliner — easy way to make sparkline graph [Sketch plugin]
Install / Use
/learn @Volorf/SparklinerREADME
Sparkliner — easy way to make sparkline graph
A sparkline is a very small line chart, typically drawn without axes or coordinates. It presents the general shape of the variation (typically over time) in some measurement, such as temperature or stock market price, in a simple and highly condensed way.
How it works

##Order
- Create an artboard;
- Create a start rectangle. It sets sizes of a future sparkline graph;
- Start command from menu or press shortcuts
ctrl + shift + g; - Find and import your JSON file;
- Get sparkline.
How install the plugin
- Download the zip file with the Sparkliner.
- Copy the contents to the Plugin Folder (Plugin > Manage Plugins... > Show Plugins Folder).
What do you need first
Sparkliner creates graph with JSON data. First your need have it. It looks like that (example.json):
{
"dataArray": [10, 30, 3, 8, 39, 25, 22, 89, 74, 7, 2, 40, 61, 17, 35, 31, 8, 14, 39, 32, 53],
"strokeColor": "#00AAFF",
"thickness": 1,
"displayEndPoint": true,
"endPointColor": "#DD2020",
"endPointRadius": 2,
"removeInitialBox": true
}
Open the file in your favorite editor and change the values of the names how you need (e.g. "strokeColor" is a name. "#00AAFF" is its a value. Together they are a pair). Or create new one.
What are they
"dataArray"
Data is an array. It defines a graph curve. Only numbers.
"strokeColor"
Color of sparkline. You need to write HEX color here. Don't forget about "quotes".
"thickness"
Thickness of line. Only one number.
"displayEndPoint"
If it equals true sparkline is made with an end marker. If it equals false - it is not.
"endPointColor"
Color of end marker. It needs a HEX.
"endPointRadius"
Radius of end marker. Only one number.
"removeInitialBox"
It is start rectangle that set sizes of sparkline graph. By default plugin removes it. If you need it you can set false.
Links
Related Skills
feishu-drive
337.1k|
things-mac
337.1kManage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database)
clawhub
337.1kUse the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com
yu-ai-agent
1.9k编程导航 2025 年 AI 开发实战新项目,基于 Spring Boot 3 + Java 21 + Spring AI 构建 AI 恋爱大师应用和 ReAct 模式自主规划智能体YuManus,覆盖 AI 大模型接入、Spring AI 核心特性、Prompt 工程和优化、RAG 检索增强、向量数据库、Tool Calling 工具调用、MCP 模型上下文协议、AI Agent 开发(Manas Java 实现)、Cursor AI 工具等核心知识。用一套教程将程序员必知必会的 AI 技术一网打尽,帮你成为 AI 时代企业的香饽饽,给你的简历和求职大幅增加竞争力。
