import { registerChartModule } from '@visactor/vue-vtable'; import VChart from '@visactor/vchart'; registerChartModule('vchart', VChart); // ...列宽保持在Vue-VTable 中,props 的更新会触发 VTable 的 updateOption(或 setRecords),如果手动调整了列宽,则会导致列宽重置为初始状态。如果需要保留列...
const VChart = require('@visactor/vchart'); 1. 或者,如果您使用了ES6模块语法: import VChart from '@visactor/vchart'; 1. 创建图表:使用VChart库创建您需要的图表。根据@visactor/vchart的文档和示例,构建您的图表配置对象,并创建一个图表实例。 const chartOptions = { // 图表配置选项,根据需要进...
<template><vue-pivot-chart:options="tableOptions"ref="pivotChartRef"@onLegendItemClick="handleLegendItemClick":height="800"><PivotRowDimensionv-for="row in rows":dimensionKey="row.dimensionKey":title="row.title":headerStyle="row.headerStyle":objectHandler="row"/><PivotColumnDimensionv-for="...
@visactor/vchart 是一个基于 Vue 的图表库,它封装了 ECharts 的功能,为开发者提供了更易于使用的图表组件。以下是对你问题的详细回答: 解释@visactor/vchart是什么: @visactor/vchart 是一个图表库,它简化了在 Vue 项目中使用 ECharts 的复杂度。通过提供封装好的 Vue 组件,使得在 Vue 项目中集成和使用...
packages/vtable-gantt: Gantt chart component code packages/vtable-editors: Table editor component code packages/vtable-export: Table export tool code packages/vtable-search: Table search tool code packages/react-vtable: React version of the table component packages/vue-vtable: Vue version of the tabl...
1.11.2 Link to Minimal Reproduction vscreen Steps to Reproduce vue demo <template> <basic-container> <!-- <el-button @click="exportExcel" type="primary">导出Excel</el-button> --> </basic-container> </template> import { register } from "@visactor/vtable"; import { DateInputEditor,...
feat/add-chart-picker pre-release/1.17.3-alpha.13 main 3612-bug-gantt-renderProblem pre-release/1.17.3-alpha.12 3583-feature-mark-style 3582-feature-fillHandle-function feat/add_row_col_button revert-3608-fix/vue-custom-render fix/fix-tree-checkbox-state-sync pre-release/1.17.3-alpha.11 ...
A modern dashboard template built with VisActor and Next.js, featuring a beautiful UI and rich data visualization components. - visactor-next-template/pnpm-lock.yaml at main · mengxi-ream/visactor-next-template