swimlane / ngx-charts

:bar_chart: Declarative Charting Framework for Angular
https://swimlane.github.io/ngx-charts/
MIT License
4.29k stars 1.15k forks source link

x/y reversed Line Chart: Which curve function? #1328

Open fabiannagel opened 4 years ago

fabiannagel commented 4 years ago

I have a plot that has reversed x/y axes, so that the value is actually mapped to the x axis and y is mapped to the data point index.

I can plot my data using a bubble plot, but I need to connect the individual points in order of the index. You can see the bubble plot in the following screenshot on which I manually drew the line that I would like to achieve.

Screen Shot 2019-12-22 at 18 20 13

I already played around with curves from d3.shape but nothing worked so far. It'd be nice if somebody could point me into the correct direction. Thanks :)

KabaninArtem commented 4 years ago

Any updates around this?))

fabiannagel commented 3 years ago

I ended up switching to plotly.js for this, sadly.