Skip to content
#

echarts

Here are 575 public repositories matching this topic...

samyhd
samyhd commented May 14, 2019

Summary 简述

1)使用 ve-chart 组件,使用以下属性来设置图表类型,一切正常
chartSettings: { type: 'line' }

2)增加下面代码来显示 指标数值
chartExtend: { series: { label: { normal: { show: true } } }}
图表显示正常、指标也显示正常,但是控制台却输出“

FannyFanFan
FannyFanFan commented Nov 21, 2019

The type of this issue / Issue 类型

  • title: { text: '极坐标双数值轴' },属性失效

Details / 直接copy 示例 标题未展现

How are you importing Vue-ECharts? / 你是如何引入 Vue-ECharts 的?

  • Bundled version/打包版本 (import ECharts from 'vue-echarts/dist/vue-echarts')
  • [import ECharts from 'vue-echarts ] The .vue component/.vue 组件 (import ECharts from 'vue-echarts')

The version of Vue-ECharts

xingzhisuozai930
xingzhisuozai930 commented Nov 13, 2019

echart在线压缩版本,树形图文字标签position不起作用,文字全在屏幕上方,非压缩版本正常,但是会报错
this.chart._zr.handler.proxy.processGesture is not a function;at undefined page touchEnd function
TypeError: this.chart._zr.handler.proxy.processGesture is not a function
at ye.touchEnd (http://127.0.0.1:42887/appservice/components/echarts/ec-canvas/ec-canvas.js:125:38)
at ye.D (WAService.js:1:1252070)
at Qe (WAService.js:1:1

JEECG是一款基于代码生成器的J2EE快速开发平台,开源界“小普元”超越传统商业企业级开发平台。引领新的开发模式(Online Coding模式(自定义表单) - > 代码生成器模式 - > 手工MERGE智能开发), 可以帮助解决Java项目90%的重复工作,让开发更多关注业务逻辑。既能快速提高开发效率,帮助公司节省人力成本,同时又不失灵活性。具备:表单配置能力(无需编码)、移动配置能力、工作流配置能力、报表配置能力(支持移动端)、插件开发能力(可插拔)

  • Updated Apr 23, 2020
  • Java

供应链中台系统基础版,集成零售管理, 电子商务, 供应链管理, 财务管理, 车队管理, 仓库管理, 人员管理, 产品管理, 订单管理, 会员管理, 连锁店管理, 加盟管理, 前端React/Ant Design, 后端Java Spring+自有开源框架,全面支持MySQL, PostgreSQL, 全面支持国产数据库南大通用GBase 8s,通过REST接口调用,前后端完全分离。

  • Updated May 26, 2020
  • Java
xuchao008
xuchao008 commented May 30, 2018

代码如下(直接黏贴即可用):

<html>
    <head>
        <meta charset="utf-8">
            <script src="https://cdn.bootcss.com/echarts/4.0.3/echarts.simple.js">
            </script>
            <script src="../dist/echarts-wordcloud.js">
            </script>
        </meta>
    </head>
    <body>
        <style>
            html, body, #main {
                width: 100%;
                

Improve this page

Add a description, image, and links to the echarts topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the echarts topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.