The Wayback Machine - https://web.archive.org/web/20200622064449/https://github.com/topics/chart
Skip to content
#

chart

Here are 1,669 public repositories matching this topic...

stefankip
stefankip commented Nov 28, 2019

I had some issues and talked on the slack channel with @hickeyma.
In the end the problem was me, not understanding the helm chart name and the release name.

So I had the following situation:
I didn't know in the beginning that the release name had to be unique within a namespace. I used the helm chart name as component name (copy, content, seo, orders etc.) and the release name initial for

MichielDG
MichielDG commented Mar 13, 2020

Version

v1.4.10

Development Environment

Chrome 80.0.3987.132

Current Behavior

Write a description of the current operation. You can add sample code, 'CodePen' or 'jsfiddle' links.

// Write example code
Go to section
* [Hello](#hello)  
* [Hello World](#hello-world)
* [Another section](#new-section)    <-- it's called 'Another section' in this list but refers to 'New
valscion
valscion commented May 23, 2018

We would like to avoid confusion like we have in webpack-contrib/webpack-bundle-analyzer#185

We could document statsFilename and reportFilename options allowing the use of an absolute file path like /path/to/folder so that people would know it's supported.

Let us know in this issue if you would like to contribute to this!

cube.js
lxd19850415
lxd19850415 commented Apr 18, 2019

In function Paint.drawText , parameter x,y means left and bottom of label , so last(from bottom to top) label of left/right axis show too high . finally it overlap with label of top axis。

this is my method to fix it:
in class “AxesRenderer”,and in function “drawAxisLabelsAndName”

        if (isAxisVertical) {
            if(valueToDrawIndex == valuesToDrawNumTab[position] - 1){  
BizCharts
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

2386182793
2386182793 commented Sep 5, 2019

设置canvas背景色为蓝色.canvas { width: 100%; height: 200px; background:blue; }
设置页面背景色为黑色page{ background-color: rgb(0, 0, 0); }
此时发现wx-charts右边存在一个长方形小区域无法设置颜色(如图中箭头指示区域),依然为白色,柱状图、折线图等带横纵坐标的图表类型均有此现象,而饼图、雷达图等无横纵坐标的图表类型没有影响,是什么原因?
QQ截图20190906005516

Lucifer-Morning-Star
Lucifer-Morning-Star commented Dec 14, 2019

Instructions: replace text surrounded by '*' with your case, please delete this line.

How to reproduce?

Explain how we can get this issue, if you created a repo with the issue, please add the link, blank if you are submitting a suggestion or improvement

Extra notes

Explain what you expect, feedback, images or anything you consider necessary

I am using

billboard.js
danbai02
danbai02 commented Dec 19, 2019

Description

When setting zoom to the type drag, setting the extent and x.min/x.max properties seems to have no effect. They work when using the wheel type of zoom.

Steps to check or reproduce

Try using this with a chart (e.g. the one in https://naver.github.io/billboard.js/demo/#Interaction.Zoom) and you will see you are still able to zoom in as far as you like with the drag type, but a

shinkhouse
shinkhouse commented Jan 30, 2020

Is your feature request related to a problem? Please describe.
I've been unable to successfully implement curveBasis (or any other d3 curve function) with the curve input for ngx-charts-line-chart. There is a real lack of documentation for proper use. When trying to import d3 or d3-shape, I get typescript errors like this:

robbbsen
robbbsen commented Oct 29, 2018

Hi. Unfortunately the topic "grid lines" isn't documented at all. The only thing I could find was a test file inside the project. Out of that I've created a small test:

ticks := []chart.Tick{
	{Value: 1.0, Label: "1.0"},
	{Value: 2.0, Label: "2.0"},
	{Value: 3.0, Label: "3.0"},
	{Value: 4.0, Label: "4.0"},
}

lines := chart.GenerateGridLines(ticks, chart.Style{}, chart.Style{})

g
chenzhutian
chenzhutian commented May 13, 2017

Hi, thanks for your greate work.
I'm a typescript user and use webpack to bundle my project files.
The webpack@2 has the Tree Shaking features which can reduce the size of files.
Since this feature can only work on es6, can you include the source code (the ts code are ok because I can use ts-loader to convert them), other than the production code in the npm package?

Improve this page

Add a description, image, and links to the chart 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 chart topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.