Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "fix: getLayoutRowTree api error #4346\n\n",
"type": "none",
"packageName": "@visactor/vtable"
}
],
"packageName": "@visactor/vtable",
"email": "892739385@qq.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "fix: when has many columns expand columnTree scenegraph node y error #4357\n\n",
"type": "none",
"packageName": "@visactor/vtable"
}
],
"packageName": "@visactor/vtable",
"email": "892739385@qq.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "refactor: contextmenu-click event arguments #4364\n\n",
"type": "none",
"packageName": "@visactor/vtable"
}
],
"packageName": "@visactor/vtable",
"email": "892739385@qq.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "fix: columnWidthConfig not work when just has indicator on pivot table #4388\n\n",
"type": "none",
"packageName": "@visactor/vtable"
}
],
"packageName": "@visactor/vtable",
"email": "892739385@qq.com"
}
2 changes: 2 additions & 0 deletions docs/assets/faq/en/8-How to insert sparklines in table.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ A mini-line chart reflecting the dynamics of a set of data needs to be displayed

In VTable, you can specify the column to be a sparkline type cell by setting `cellType` to `sparkline` in `columns`.

If the chart is more complex, you can use the PivotChart module to configure the API of VChart.

1. sparkLine data
The data specified by the `sparkline` type cell can be an array of numbers (the number will default to y field in the sparkline, and x field will be automatically filled in order), or it can be an array of x, y objects:

Expand Down
Loading
Loading