echarts
Here are 575 public repositories matching this topic...
Summary 简述
1)使用 ve-chart 组件,使用以下属性来设置图表类型,一切正常
chartSettings: { type: 'line' }
2)增加下面代码来显示 指标数值
chartExtend: { series: { label: { normal: { show: true } } }}
图表显示正常、指标也显示正常,但是控制台却输出“
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
.vuecomponent/.vue组件 (import ECharts from 'vue-echarts')
The version of Vue-ECharts
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
chart.on('click', 'series', function () {...});
chart.on('click', 'series.line', function () {...});
chart.on('click', 'dataZoom', function () {...});
chart.on('click', 'xAxis.category', function () {...});
-
Updated
Nov 28, 2019 - JavaScript
-
Updated
Apr 23, 2020 - Java
instead of:
func renderToWriter(chart interface{}, renderName string, removeStr []string, w ...io.Writer) error {...}I believe it would be better written as:
func renderToWriter(w io.Writer, chart interface{}, renderName string, removeStr []string) errorlea
-
Updated
Nov 27, 2017 - Vue
-
Updated
May 26, 2020 - Java
-
Updated
Mar 4, 2019 - JavaScript
-
Updated
May 9, 2020 - Vue
echarts 4.0.3不支持该插件吗
代码如下(直接黏贴即可用):
<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%;
-
Updated
May 29, 2020 - JavaScript
Version
echarts 4.2.1
echarts-liquidfill 2.0.5
Reproduction link
https://jsfiddle.net/e9Loum7r/
Description
- label.position 为数组时在 svg 下报错,无法正常渲染 label
- 另外,label.position 为字符串时,除了
inside, 其他选项在 svg 下与 canvas 表现不一致
Hi, i dunno if it supposed to be a bug or not, but i just experience it recently.
So when i build the source code without any error, the pie chart which im using is not showing, just blank. But when i purposedly make a minor error in the source code, the pie chart is showing normally. Here is the screenshot:
With error occured:
![image](https://user-images.githubusercontent.com/28914384/65024
-
Updated
Aug 25, 2019 - Python
-
Updated
Nov 20, 2019 - JavaScript
-
Updated
May 29, 2020 - Vue
-
Updated
Oct 9, 2017 - JavaScript
-
Updated
Jul 20, 2019 - JavaScript
Improve this page
Add a description, image, and links to the echarts topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the echarts topic, visit your repo's landing page and select "manage topics."
Version
4.6.0
Steps to reproduce
类轴上的分割线splitLine 属性 interval 使用formatter 函数控制显示,最右边默认多出一条分割线
配置: