万象云档 本次搜索耗时 2.334 秒,为您找到 821 个相关结果.
  • 为图表配置交互

    为图表配置交互 为图表配置交互 简介 内置的交互 配置交互 修改交互的默认交互 context 交互的上下文 所有的交互列表 tooltip active-region element-active element-selected element-single-selected element-highlight element-h...
  • 自定义交互

    自定义交互 自定义交互 简介 自定义交互 使用类继承的方式 使用交互语法组合 允许锁定的 tooltip active 坐标轴文本 Context 上下文 自定义 Action 继承 Action 注册 Action 自定义交互 自定义交互 简介 G2 4.0 最大的一个变化是所有的交互不再内置,全部通过交互语法搭配而成,前面...
  • H5模块

    4DirectionSlide addressPicker amplification analyticCode appyqhy banner_change banner barrage BgBounce bMapAddress bmapToAmap CalculationUtils CanvasBitClock carousel cartanimate...
  • 更新日志

    [TOC] 更新日志3.2.6 (2018-07-28)New FeaturesBug Fixes3.2.5 (2018-07-23)Bug Fixes3.2.4 (2018-07-13)Bug Fixes3.2.2 (2018-07-10)Bug Fixes3.2.0 (2018-07-09)New FeaturesBug Fixes3.1.2 (201...
  • yarn info

    显示一个包的信息。 yarn info [] 这个命令会拉取包的信息并返回为树格式,包不必安装到本地。 yarn info react yarn info vx . x . x { name : 'react' , version : '15.4.0-rc.2' , description : 'React i...
  • yarn list

    列出已安装的包。 yarn list yarn list yarn list 命令模仿 Unix 列目录命令的预期行为。 In Yarn, the list command lists all dependencies for the current working directory by referencing all package ma...
  • yarn upgrade

    升级包到它们基于规范范围的最新版本。 yarn upgrade [package | package@tag | package@version | @scope/]… [—ignore-engines] [—pattern] 该命令会根据在 package.json 文件中所指定的版本范围将依赖更新到其最新版本。也会重新生成yarn.lock 文件...
  • yarn upgrade-interactive

    This is similar to npm-check interactive update mode. It provides an easy way to update outdated packages. yarn upgrade-interactive [—latest] upgrade-interactive 与 upgrade 命令采用...
  • yarn.lock

    为了跨机器安装得到一致的结果,Yarn 需要比你配置在 package.json 中的依赖列表更多的信息。 Yarn 需要准确存储每个安装的依赖是哪个版本。 为了做到这样,Yarn 使用一个你项目根目录里的 yarn.lock 文件。这些 “lockfile” 看起来像这样的: # THIS IS AN AUTOGENERATED FILE. DO ...
  • DedeCMS文章相关字段详解

    文章标题: 必填字段 ,对应数据库字段:title ,文章详情页使用 {dede:field.title/} 调用; 简略标题: 对应数据库字段:shorttitle ,文章详情页使用 {dede:field.shorttitle/} 调用; 自定义属性: 为文章添加指定的属性,这些属性多用于在列表页筛选特定的文章列表。如:可以用 {de...