-
When changing the plot area components for `fc.chartCartesian`, the previously specified component may still be rendered.
For example (simplified for brevitiy):
```js
// Specify gridlines and l…
jleft updated
2 years ago
-
hi , I am testing out v5-candidate with multpane , I added volume series to new pane via
```
const volumeSeries = chart.addHistogramSeries({
color: '#26a69a', // Default color (use…
-
### Apache Airflow version
2.9.3
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
Problem displaying an error in the tab Logs in the task detail.
If the e…
Pad71 updated
2 months ago
-
## Background
Sometimes our data sources include projections into the future. Grapher handles this by using two indicators, one for the "stem" of the chart containing actual measurements, and one f…
-
The multi-series line chart example is no longer working correctly with JAWS and NVDA screen readers. With JAWS in Chrome I can only arrow through the first line (Facebook) value. When I press down a…
-
For hovering a multi-series line chart, we don’t want to just highlight the current point; we want the highlight the entire line. I expect it’d be pretty easy to extend the current pointer interaction…
-
### Version
5.5.0
### Link to Minimal Reproduction
https://echarts.apache.org/examples/en/editor.html?c=dynamic-data2&code=GYVwdgxgLglg9mABAJwIZgCZwLYBFVSoAUAlIgN4BQiiYcA7ogLy0Cmj-UrRA1HYz0QJ…
-
In my multiline chart, each line may have different set of data points. For example, the chart has 2 lines A & B. Then x-axis labels would be of fixed # like months - Jan to March. The line A has data…
-
# Description of the feature
We're trying to render our charts in an `n x m` grid and share say y-axis / x-axis / both similar to [Matplotlib Subplots](https://matplotlib.org/stable/gallery/lines_bar…
-
This may just be a c3 issue, but the second example in the OCaml examples has the odd property that the label pops up in the wrong place, significantly to the right of where my mouse actually is. I'm…