Skip to content

LumalChart / LumalChartPanel

来自 @lumal/charts

ts
import { LumalChart, LumalChartPanel } from '@lumal/charts'
import '@lumal/charts/style.css'

LumalChartPanel

vue
<LumalChartPanel
  v-model:view="view"
  title="访问趋势"
  :options="options"
  summary="最近七天"
  show-view-toggle
  show-export
  height="320px"
  @retry="reload"
  @export="onExport"
>
  <template #query>查询区</template>
  <template #table>表格区</template>
</LumalChartPanel>
导出说明
LumalChart透传 ECharts options,自适应
LumalChartPanel查询 / 图表面板 / 导出 / 错误态
useChartResize容器 resize

包文档:@lumal/charts

基于 MIT 许可发布 · Vue 3 · TypeScript · Vite · Element Plus