JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q55555F
  • License MIT

Cloud UI - UYouData

Package Exports

  • @cloud-ui/u-you-data

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@cloud-ui/u-you-data) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

UYouData 有数报表

有数报表集成组件

示例

基本用法

<u-you-data src="https://www.baidu.com" scale="width" style="width:400px;height:200px"></u-you-data>

API

Props/Attrs

Prop/Attr Type Options Default Description
src string '' 报表地址
width String 'auto' 宽度
height String 'auto' 高度
scale String '100' 有数缩放配置
bottomBarPos String 'bottom' 有数底部栏放在顶部配置
hideProgressBar Boolean true 有数顶部进度条隐藏配置
hidePageBar Boolean true 有数底部工具栏隐藏配置
hideScaleBar Boolean true 有数缩放栏隐藏配置
hideTitle Boolean true 有数顶部标题栏隐藏配置
hidePrivate Boolean true 有数私有文件夹隐藏配置
hidePublic Boolean true 有数公共文件夹隐藏配置
side Boolean false 有数侧边栏配置
toolbar String '\["export", "refresh", "print"\]' 有数功能键配置
mode String 'normal' 有数底部导航条显示方式配置

Events

@load

加载完成后触发