-
I saw that bar charts supported multi-line labels. Is that possible with pie charts? That might help with some of my overlapping label problems.
-
Hi,
How can I remove the line chart from the chart canvas after that has been stroken? I tried:
upLeftChart.xLabels = nil;
upLeftChart.yLabels = nil;
upLeftChart.xChartLabels = nil;
upLeftChart.y…
-
```
It would be nice to have XY line charts without axes. This would mean porting
some of the LineChart code to XYLineChart (setSparkLine, adding a new chart
type, etc) or putting it in the Abstrac…
-
When drawing a line chart (measurement vs. time), a time split needs to always be present. Adding a second dimension to the split works as expected, but as soon as one adds a third dimension, the erro…
-
On Angular 8 with the latest Plotly min.js:
On a simple Line-Chart, the xaxis: {zeroline: false} doesn't remove the zeroline.
Is there any changes to be made to the doc?
-
### Helm Chart Version
1.0.0
### What step the error happened?
On deploy
### Relevant information
Airbyte 1.0.0
OSS, Help deployment via abctl install
Given the following values.xml
```w…
-
### Dependencies check up
- [X] I have verified that I use latest version of all @mantine/* packages
### What version of @mantine/* packages do you have in package.json?
7.13.3
### What package ha…
-
**I'm submitting a ...** (check one with "x")
- [x] bug report - search github for a similar issue or PR before submitting
- [ ] feature request
- [ ] support request - use StackOverflow (add th…
-
-
### 🧐 问题描述
我当前使用的是 ant-design/plots,版本是2.3.2,绘制折线图。
设置了slider:{x:true},期望效果是当滑动 x 滑块时,y轴的 domain 也跟着一起自动缩放,而当前y轴的最大最小值始终没有变化。
### 💻 示例代码
仅设置了 slider:{x:true}
### 🚑 其他信息
期望效果图(参考 ant-design…