Add Plotly chart renderers
Opened this issue ยท 9 comments
I would like to track this SO question R rpivotTable add Plotly chart renderers
@nicolaskruchten Any news on this issue? Thanks in advance.
My intention is to replace C3 with Plotly altogether but at the moment there isn't parity between the two because plotly.js does not yet support Stacked Areas (although it's being worked on). So the day that Plotly can be a drop-in replacement for C3 we can switch over.
We could switch over sooner but that would mean that anyone using Stacked Areas that switches would see breakage.
@nicolaskruchten any chance of creating a separate branch in the meantime? I'm assuming by "drop-in replacement" it's an easy change but I might be way off.
I don't have a lot of bandwidth to manage separate branches at the moment, unfortunately. Keep an eye on plotly/plotly.js#1217 :)
Thank you :)
@nicolaskruchten looks like plotly/plotly.js#1217 was just closed :)
Yes I know ;) I can't commit a timeline for this, but at least there are now no new technical blockers.
That's good. I'll keep an eye out, thanks.
One step closer: PivotTable.js' plotly_renderers now has Area charts just like the c3_renderers