-
_From @ColinEberhardt on February 21, 2017 9:20_
If you want to add a single line annotation to a chart, at a fixed location, currently this involves merging the annotation data with your series data…
-
### Problem description
In situations where histograms contain few relevant data points, histograms may appear empty due to the algorithm we use to down-sample the data. The problem is specially bad …
-
How can I render my WebGL points on top of the SVG layer. I tried to use .order() but it didn't seem to work. The gridlines appear over my data points. Thanks for any help.
```
const gridlines =…
-
How to use annotations in a webGL environment ?
-
Hello !
Thanks for your work, it looks great and perfect for my need. However, I can't make it work in my Sveltekit application, I have an error on loading in the browser :
```
TypeError: Canno…
-
-
## Feature Request
### Description of Problem:
Sometimes, when displaying the candlestick and OHLC charts, the y-axis tick values and label overlap, making the charts a little hard to read. I foun…
-
I'm trying to draw a fc.seriesWebglLine(), my data has somewhat big values in it (167'085'207'000), since they're unix timestamps.
I noticed that the WebGL renderer somehow doesn't render the line …
-
```js
const legend = /* some component */
const chart = fc
.chartCartesian(d3.scaleLinear(), d3.scaleLinear())
.decorate((selection) => {
selection
.enter()
.append("d3fc-sv…
-
How can i pass a lambda to ```type``` to have different shapes in the plot?
``` js
const series = seriesWebglPoint().xScale(axisX)
.yScale(axisY)
…