lesscode_charts是数据图标转换工具
Project description
lesscode_charts
lesscode_charts是数据图标转换工具
森林或者树图
{
"title": "",
"chart_type": "forest",
"series": [],
"pool": {}
}
热力图
{
"title": "",
"chart_type": "heat_map",
"data": [],
"pool": {}
}
柱状图/直方图/折线图
{
"chart_type": "histogram",
"xName": "",
"yName": "",
"title": "",
"x": [],
"series": [],
"pool": {}
}
K线图
{
"chart_type": "k_line",
"xName": "",
"yName": "",
"title": "",
"x": "",
"y": "",
"series": [
{
"name": "",
"data": [],
"unit": ""
}
],
"pool": {}
}
布局图
{
"chart_type": "layout",
"title": "",
"series": [],
"pool": {}
}
列表
{
"chart_type": "list",
"title": "",
"columns": [],
"data": [],
"total": 0,
"count": 0,
"pool": {}
}
饼图
{
"chart_type": "pie",
"title": "",
"series": [
{
"name": "",
"data": [
{
"name": "",
"value": 0,
"unit": "",
"proportion": 0,
"other": ""
}
],
"unit": ""
}
],
"pool": {}
}
金字塔
{
"chart_type": "pyramid",
"title": "",
"series": [
{
"name": "",
"data": [
{
"name": "",
"value": 1,
"proportion": 0
}
],
"unit": ""
}
],
"pool": {}
}
雷达图
{
"chart_type": "radar",
"indicator": [],
"series": [
{
"name": "",
"data": [
{
"name": "",
"value": 1
}
],
"unit": ""
}
],
"title": "",
"pool": {}
}
矩形树图、旭日图
{
"chart_type": "rect",
"title": "",
"series": {
"name": "",
"data": [],
"unit": ""
},
"pool": {}
}
关系图
{
"chart_type": "relation",
"xName": "",
"yName": "",
"series": [],
"pool": {}
}
桑基图
{
"chart_type": "sankey",
"title": "",
"series": [
{
"name": "",
"data": [],
"links": []
}
],
"pool": {}
}
散点图
{
"chart_type": "scatter",
"xName": "",
"yName": "",
"series": [
{
"name": "系列名称,data 中数据项为单指标(单值)时也可用于显示指标名称",
"data": [
{
"name": "点的名称,可不提供",
"value": [
1,
1,
100
]
}
],
"unit": "单位1"
}
],
"title": "",
"pool": {}
}
表格
{
"chart_type": "table",
"title": "",
"columns": [
{
"title": "",
"dataIndex": "",
"key": ""
}
],
"dataSource": [],
"total": 0,
"count": 0,
"auth_count": 0,
"pool": {}
}
地图
{
"chart_type": "univalent_graph",
"title": "",
"series": [
{
"name": "",
"data": [],
"unit": ""
}
],
"pool": {}
}
词云
{
"title": "",
"chart_type": "word_cloud",
"data": [
{
"name": "气压信号",
"value": 2
},
{
"name": "织物张力",
"value": 2
}
]
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lesscode_charts-0.0.56.tar.gz
(17.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lesscode_charts-0.0.56.tar.gz.
File metadata
- Download URL: lesscode_charts-0.0.56.tar.gz
- Upload date:
- Size: 17.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5cf416ff85a5151a8ec53f013529a6758a553266b8563bb2e889fcdef6986a6
|
|
| MD5 |
c09d6a6c731266c236bbeb663bb0c481
|
|
| BLAKE2b-256 |
d9c4dfd9893adcc8c17c90e14f178cd60d0934339ed9d7556b050a792251f4ab
|
File details
Details for the file lesscode_charts-0.0.56-py3-none-any.whl.
File metadata
- Download URL: lesscode_charts-0.0.56-py3-none-any.whl
- Upload date:
- Size: 30.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7025b0e44fd52db2cae4a396a6b33ef2bacb1f2329a29f15cf76dfdd1fd87f0c
|
|
| MD5 |
4a9c0d4b19442cefab59ae3a5e640557
|
|
| BLAKE2b-256 |
121731a0c87c44dc06bd9664c315947d13efa973fcef4e498839e23d472f8e63
|