echarts
Here are 583 public repositories matching this topic...
Summary 简述
1)使用 ve-chart 组件,使用以下属性来设置图表类型,一切正常
chartSettings: { type: 'line' }
2)增加下面代码来显示 指标数值
chartExtend: { series: { label: { normal: { show: true } } }}
图表显示正常、指标也显示正常,但是控制台却输出“
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
-
Updated
May 19, 2020 - JavaScript
-
Updated
Jun 3, 2020 - 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
Jun 12, 2020 - Java
-
Updated
Jun 13, 2020 - Vue
-
Updated
Mar 4, 2019 - JavaScript
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
Jun 6, 2020 - JavaScript
var option = {
series: [{
type: 'liquidFill',
data: [-2.33]
}]
};result:
![lark20190222-140553](https://user-images.gith
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
Jun 9, 2020 - Vue
-
Updated
Jul 20, 2019 - JavaScript
-
Updated
Oct 9, 2017 - 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 函数控制显示,最右边默认多出一条分割线
配置: