chart
Here are 1,669 public repositories matching this topic...
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
Expected Behaviour
When i pass height:"100%" the chart must take the parents height and become responsive
Actual Behaviour
The height property is just a number soo i can not give it a css height string
Steps to Reproduce:
- Any component that has a height property
NOTE: Add a GIF/Screenshot if required.

* [Hello World](#hello-world)
* [Another section](#new-section) <-- it's called 'Another section' in this list but refers to 'NewWe 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!
The y-axis ticks supports the rotated option, but the doc is missing.
I haven't checked whether other options are missing.
If I were to deploy cube.js using AWS serverless architecture, is athena required?
The docs https://cube.dev/docs/deployment#serverless do not mention whether Athena is optional or required. But when reading it, I assume it is required because there are athena keys in the serverless.yml config. I'm evaluating the idea of using Postgres RDS as the sole datasource for cubejs.
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 Version: 3.1.5
- Platform or react version: 16.8.6
- CodePen Link: https://codepen.io/ebrahimb-the-decoder/pen/wvvNQzx
I've noticed an issue when dynamically switching axis labels on a chart. It seems that the first time the alternate axis is rendered, it ignores formatting set in the label component. Rendering the alternate a
-
Updated
Jun 11, 2020 - C++
-
Updated
Jun 22, 2020 - JavaScript
-
Updated
Jun 2, 2020 - JavaScript
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
Feb 1, 2020 - HTML
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
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
Right now I have to deploy the vue-press documentation manually with the deploy script
This should be handle by the CI.
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:
Expected Behavior
The tooltip height should be enough as for 3 values in the tooltip list, so as for 20 values.
Current Behavior
-
Updated
Jun 19, 2020 - Dart
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
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?
-
Updated
May 19, 2020 - JavaScript
Improve this page
Add a description, image, and links to the chart topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the chart topic, visit your repo's landing page and select "manage topics."






Documentation Is:
Please Explain in Detail...
I needed to produce a number of charts with a consistent yAxes logarithmic scale so that users can compare between charts.
I tried setting the same yAxes config settings for each chart: