-
Improving the terms panel would be nice. Adding a line chart, bottom N and the ability to plot min/max/avg values here would be very helpful.
-
I guess its more a question than a feature request:
The data:
```python
data1 = np.random.normal(0, 0.1, 1000)
data2 = np.random.normal(1, 0.4, 1000) + np.linspace(0, 1, 1000)
data3 = 2 + np.ra…
-
1. I have tried to add a multi line description in Pic chart using below code, It just showing in single line. Can we add multi-line description ?
val description = Description()
descripti…
-
### Describe the issue
When trying to build onnxruntime v1.19.2 with Openvino 2024.4.0 I am getting this error during the build:
error: no match for ‘operator=’
I am building in a docker containe…
-
### 🐛 bug 描述 [详细地描述 bug,让大家都能理解]
1. tooltip上,柱状图的tooltip的key变成了count;在原demo中再给柱状图补一组数据,则会显示出来,但是最后一项会和条形图中的一个tooltip重复,且通过tooltip覆盖,自定义等多方式无法调整修正问题。
2. 配置` interaction: { elementHighlight: { backgro…
-
When working with charts that have more than one data row - like comparing sales of different product groups over a period of time - the outcome sometimes is not overly informative.
In the followi…
-
## Description
See screenshot.
## Expected behaviour
More space is given to the label when it breaks into multiple lines.
## Steps to reproduce
1. Go to https://ourworldindata.org/graph…
-
### What problem does this feature solve?
I struck in plotting the multi color line chart based on some condition. The color between two data points in a line chart depends on the values of the othe…
-
Tooltips in the charts are not accessible with the help of a keyboard.
Steps to replicate:
Open the [Codesandbox Link](https://codesandbox.io/p/sandbox/tooltip-not-accessible-with-keyboard-yh3ld…
-
When using an array to separate data labels into multi-line labels on a donut chart, initially the labels are formatted onto 2 lines as expected. However, when hovering over the chart and leaving it a…