万象云档 本次搜索耗时 2.654 秒,为您找到 175 个相关结果.
  • 自定义构建 ECharts

    5 2026-09-14 《ECharts 3 教程》
    自定义构建 ECharts 准备工作:创建自己的工程和安装 echarts 使用 echarts 提供的构建脚本自定义构建 允许被引用的模块 引用 echarts/lib/ 还是 echarts/src/ 直接使用 rollup 自定义构建 多语言支持 自定义构建 ECharts 自定义构建 ECharts 一般来说,可以直接从 ec...
  • 数据滑动条插件使用

    数据滑动条插件使用 数据滑动条插件使用 简介如何使用 slider 组件1. 引入 slider 组件2. 创建 dom3. 生成 slider 组件并渲染一个简单的例子股票图简介用于数据范围的选择插件,尤其适用于大数据量的图表绘制,帮助用户更好得关注某一范围的数据可视化结果。 如下图所示: 如何使用 slider 组件1. 引入 slider 组件...
  • 在 react 中使用 G2

    在 react 中使用 G2 在 react 中使用 G2 简介安装方式使用方式实例简介为了更好地在 react 组件中使用 G2,我们封装了 g2-react 组件。 具体的封装形式可查看源码: https://github.com/antvis/g2-react/blob/master/src/index.js 安装方式 $ npm instal...
  • G2 3.0 升级指引

    [TOC] G2 3.0 升级指引引入方式的改变cdnnpm图表结构变化变更的接口废弃的类、接口、属性、事件 G2 3.0 升级指引 引入方式的改变 cdn <script src="https://gw.alipayobjects.com/os/antv/pkg/_antv.g2-3.2.7/dist/g2.min.js"></script> ...
  • 排序和不透明度

    遮挡排序与透明度 使用前需要安装渲染器 透明度 Demo 排序 Demo 安装 使用 NPM npm i @eva / plugin - renderer @eva / plugin - renderer - render 在浏览器中 <script src = "https://unpkg.com/@eva/plugin-ren...
  • 过渡动画

    过渡动画 对 Component 上的属性做线性变化,实现过渡动画。 https://eva.js.org/playground/#/transition https://eva.js.org/playground/#/transition2 安装 使用 NPM npm i @eva / plugin - transition 在浏...
  • A11y 无障碍插件

    A11y 无障碍插件 介绍 Eva.js 无障碍插件,用于为游戏对象添加无障碍的能力。插件通过定位游戏对象的位置,自动化地添加辅助 DOM,使得游戏对象能被聚焦,游戏拥有无障碍能力。 安装 使用 NPM npm install @eva / plugin - a11y 在浏览器中 <script src = "https://unpk...
  • Graphics Graphics

    Graphics Graphics The Graphics component provides GameObject with the ability to draw graphics. Demo Install With NPM npm i @eva / plugin - renderer @eva / plugin - renderer...
  • NinePatch

    NinePatch We often encounter some pictures that are not fixed in size, but the surrounding or four-pass style is not deformed, that is, the .9 picture, such as a message bubble. I...
  • yarn login

    存储 registry 用户名和 email。 yarn login 运行此命令会提示你输入你 npm registry 的用户名和 email。 它不会 要求你提供密码。 之后当你运行像 yarn publish 这样的命令请求验证时,你必须输入密码才能做。 yarn login yarn login vx . x . x question...