Skip to content

Commit 88b55b9

Browse files
committed
VueUiTableSparkline improved interactivity
1 parent 57a4933 commit 88b55b9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-data-ui",
33
"private": false,
4-
"version": "1.9.83",
4+
"version": "1.9.84",
55
"type": "module",
66
"description": "A user-empowering data visualization Vue components library",
77
"keywords": [

src/components/vue-ui-table-sparkline.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ defineExpose({
330330
color: tableConfig.tbody.color,
331331
}" :class="{'vue-ui-data-table__tbody__row' : true, 'vue-ui-data-table__tbody__row-even': i % 2 === 0, 'vue-ui-data-table__tbody__row-odd': i % 2 !== 0}">
332332
<td role="cell" :style="{
333-
backgroundColor: 'inherit',
333+
backgroundColor: tableConfig.tbody.backgroundColor,
334334
outline: tableConfig.tbody.outline,
335335
fontSize: `${tableConfig.tbody.fontSize}px`,
336336
fontWeight: tableConfig.tbody.bold ? 'bold' : 'normal',

0 commit comments

Comments
 (0)